fix agenix
This commit is contained in:
parent
ab9955e681
commit
bf865e243c
4 changed files with 11 additions and 2 deletions
|
@ -67,6 +67,10 @@
|
|||
|
||||
valefar = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
modules = [
|
||||
./hosts/valefar
|
||||
lix-module.nixosModules.default
|
||||
|
@ -80,6 +84,10 @@
|
|||
|
||||
buer = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
modules = [
|
||||
./hosts/buer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue