mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
hotfix: remove agenix for now as that may cause issues?
This commit is contained in:
parent
2431d2c3d6
commit
14baa6d11d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ; };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue