From c9dcf8729cbcca40a3e298f328e3c11e765f6e9f Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Wed, 29 Apr 2026 21:09:52 -0500 Subject: [PATCH] chore: updated age keyfile to be properly sourced at the correct location --- modules/nixos/bundles/common/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/bundles/common/users.nix b/modules/nixos/bundles/common/users.nix index 09ea4b9..f9a0354 100644 --- a/modules/nixos/bundles/common/users.nix +++ b/modules/nixos/bundles/common/users.nix @@ -51,7 +51,7 @@ in { }; age.keyFile = let - crypt = "/persist/${c4patino.home}/dotfiles/secrets/crypt"; + crypt = "/persist${c4patino.home}/dotfiles/secrets/crypt"; in mkDefault "${crypt}/age/${hostName}/keys.txt"; };