From 2114c6c347d4b45e7419c2827311baf68230767e Mon Sep 17 00:00:00 2001 From: andromeda Date: Mon, 5 Jan 2026 14:35:42 +0100 Subject: rename secrets --- users.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users.nix') diff --git a/users.nix b/users.nix index 270d8cf..1d78a87 100644 --- a/users.nix +++ b/users.nix @@ -13,7 +13,7 @@ in { "andromeda" = { isNormalUser = true; description = "andromeda"; - hashedPasswordFile = builtins.toString config.age.secrets.secret0.path; + hashedPasswordFile = builtins.toString config.age.secrets.andromeda-pw.path; extraGroups = [ "networkmanager" "wheel" @@ -22,7 +22,7 @@ in { "mtgmonkey" = { isNormalUser = true; description = "mtgmonkey"; - hashedPasswordFile = builtins.toString config.age.secrets.secret1.path; + hashedPasswordFile = builtins.toString config.age.secrets.mtgmonkey-pw.path; extraGroups = [ (lib.mkIf (machine == machines.lenovo) -- cgit v1.3