hotfix: remove agenix for now as that may cause issues?

This commit is contained in:
Ahwx 2024-06-22 13:54:33 +02:00
parent 2431d2c3d6
commit 14baa6d11d

View file

@ -75,7 +75,7 @@
inherit system; inherit system;
modules = [( modules = [(
import ./hosts/server import ./hosts/server
agenix.nixosModules.default # agenix.nixosModules.default
)]; )];
specialArgs = { host="server"; inherit self inputs username ; }; specialArgs = { host="server"; inherit self inputs username ; };
}; };