diff options
Diffstat (limited to '')
-rw-r--r-- | system/services/openssh/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/openssh/default.nix b/system/services/openssh/default.nix index 1bb37ee..8b28cbd 100644 --- a/system/services/openssh/default.nix +++ b/system/services/openssh/default.nix @@ -4,7 +4,7 @@ settings.PasswordAuthentication = false; hostKeys = [ { - path = "/srv/sshd/ssh_host_ed25519_key"; + path = "/var/lib/sshd/ssh_host_ed25519_key"; rounds = 1000; type = "ed25519"; } |