From 1ad7b1e951b2d70679dbdb79abc68d6b20757fc4 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Wed, 15 May 2024 08:27:10 -0700 Subject: Move password hash files --- configuration.nix | 4 ++-- 1 file 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" ]; }; }; -- cgit v1.2.3