summaryrefslogtreecommitdiff
path: root/profiles/core/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/core/configuration.nix')
-rw-r--r--profiles/core/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/core/configuration.nix b/profiles/core/configuration.nix
index 2849800..1fcb139 100644
--- a/profiles/core/configuration.nix
+++ b/profiles/core/configuration.nix
@@ -16,7 +16,7 @@
openssh.authorizedKeys.keys = ivi.sshKeys;
};
root = {
- passwordFile = secrets.password.path;
+ hashedPasswordFile = config.secrets.root.path;
openssh.authorizedKeys.keys = config.ivi.openssh.authorizedKeys.keys;
};
};