about summary refs log tree commit diff
path: root/nixos/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/alpha')
-rw-r--r--nixos/alpha/configuration.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index e9fd721..bac3f42 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -281,11 +281,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"