From b9b0cb28616ba92295d730a5106e8c51bb0a6f6d Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 23 Jun 2024 23:11:30 +0200 Subject: [PATCH] chore: adds todo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 87c0cfb..8ae2b0e 100644 --- a/flake.nix +++ b/flake.nix @@ -59,7 +59,7 @@ inherit system; modules = [( import ./hosts/sakura - #agenix.nixosModules.default + #agenix.nixosModules.default # TODO: Should use this for en/decrypting secret values. )]; specialArgs = { host="sakura"; inherit self inputs username ; }; };