diff options
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/configuration.nix | 2 |
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; }; }; |
