diff options
| -rw-r--r-- | configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index 213a0e1..873f169 100644 --- a/configuration.nix +++ b/configuration.nix @@ -55,11 +55,11 @@ time.timeZone = "America/Los_Angeles"; users.users = { - root.hashedPasswordFile = "/persist/passwords/root"; + root.hashedPasswordFile = "/persist/secrets/passwords/root"; "c" = { isNormalUser = true; - hashedPasswordFile = "/persist/passwords/c"; + hashedPasswordFile = "/persist/secrets/passwords/c"; extraGroups = [ "wheel" ]; }; }; |