revert: remove agenix for now

This commit is contained in:
Ahwx 2024-07-15 13:58:57 +02:00
parent 0db4f54484
commit 0d86b33d40

View file

@ -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 ; };
}; };