From 0d86b33d40754ac870a1a99d41ef4368de7199fe Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 15 Jul 2024 13:58:57 +0200 Subject: [PATCH] revert: remove agenix for now --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 099c8d6..ca21552 100644 --- a/flake.nix +++ b/flake.nix @@ -55,7 +55,6 @@ inherit system; modules = [( import ./hosts/desktop - agenix.nixosModules.default )]; specialArgs = { host="desktop"; inherit self inputs username ; }; }; @@ -79,7 +78,6 @@ inherit system; modules = [( import ./hosts/vm - agenix.nixosModules.default )]; specialArgs = { host="vm"; inherit self inputs username ; }; }; @@ -87,7 +85,6 @@ inherit system; modules = [( import ./hosts/server - # agenix.nixosModules.default )]; specialArgs = { host="server"; inherit self inputs username ; }; };