about summary refs log tree commit diff
path: root/nixos/haruka/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/haruka/configuration.nix')
-rw-r--r--nixos/haruka/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix
index 37327c3..923cc9f 100644
--- a/nixos/haruka/configuration.nix
+++ b/nixos/haruka/configuration.nix
@@ -280,11 +280,11 @@
   fileSystems."/persist".neededForBoot = true;
 
   users.users = {
-    root.passwordFile = config.sops.secrets.root-password.path;
+    root.hashedPasswordFile = config.sops.secrets.root-password.path;
     sefidel = {
       isNormalUser = true;
       shell = pkgs.zsh;
-      passwordFile = config.sops.secrets.sefidel-password.path;
+      hashedPasswordFile = config.sops.secrets.sefidel-password.path;
 
       extraGroups = [
         "wheel"