mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
revert: remove agenix for now
This commit is contained in:
parent
0db4f54484
commit
0d86b33d40
1 changed files with 0 additions and 3 deletions
|
|
@ -55,7 +55,6 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [(
|
modules = [(
|
||||||
import ./hosts/desktop
|
import ./hosts/desktop
|
||||||
agenix.nixosModules.default
|
|
||||||
)];
|
)];
|
||||||
specialArgs = { host="desktop"; inherit self inputs username ; };
|
specialArgs = { host="desktop"; inherit self inputs username ; };
|
||||||
};
|
};
|
||||||
|
|
@ -79,7 +78,6 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [(
|
modules = [(
|
||||||
import ./hosts/vm
|
import ./hosts/vm
|
||||||
agenix.nixosModules.default
|
|
||||||
)];
|
)];
|
||||||
specialArgs = { host="vm"; inherit self inputs username ; };
|
specialArgs = { host="vm"; inherit self inputs username ; };
|
||||||
};
|
};
|
||||||
|
|
@ -87,7 +85,6 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [(
|
modules = [(
|
||||||
import ./hosts/server
|
import ./hosts/server
|
||||||
# agenix.nixosModules.default
|
|
||||||
)];
|
)];
|
||||||
specialArgs = { host="server"; inherit self inputs username ; };
|
specialArgs = { host="server"; inherit self inputs username ; };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue