From 0580ff121a31f23d5919c311f9df2a871b366774 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 13:12:58 +0200 Subject: [PATCH] revert: remove agenix from sakura as a hotfix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 73b2219..3ef1ff4 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ inherit system; modules = [( import ./hosts/sakura - agenix.nixosModules.default + #agenix.nixosModules.default )]; specialArgs = { host="sakura"; inherit self inputs username ; }; };