From 14baa6d11defc0982e8a35321cc0d6681d08c35a Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 22 Jun 2024 13:54:33 +0200 Subject: [PATCH] hotfix: remove agenix for now as that may cause issues? --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3b71409..87c0cfb 100644 --- a/flake.nix +++ b/flake.nix @@ -75,7 +75,7 @@ inherit system; modules = [( import ./hosts/server - agenix.nixosModules.default + # agenix.nixosModules.default )]; specialArgs = { host="server"; inherit self inputs username ; }; };