From 2f6152042984b7578e86b15892b093f0a8301c97 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 22 Jul 2024 19:02:31 -0700 Subject: Use /secrets --- hosts/c-pc/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/c-pc/configuration.nix') diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index 9d11121..367349c 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -36,11 +36,11 @@ time.timeZone = "America/Los_Angeles"; users.users = { - root.hashedPasswordFile = "/persist/secrets/passwords/root"; + root.hashedPasswordFile = "/secrets/passwords/root"; "c" = { isNormalUser = true; - hashedPasswordFile = "/persist/secrets/passwords/c"; + hashedPasswordFile = "/secrets/passwords/c"; extraGroups = [ "wheel" ]; }; }; -- cgit v1.2.3