summaryrefslogtreecommitdiffstats
path: root/system/services/opensshd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/services/opensshd/default.nix (renamed from services/services/opensshd.nix)1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/services/opensshd.nix b/system/services/opensshd/default.nix
index cb9f2ba..75c5aef 100644
--- a/services/services/opensshd.nix
+++ b/system/services/opensshd/default.nix
@@ -8,7 +8,6 @@
passwordAuthentication = false;
hostKeys = [
{
- comment = "key comment";
path = "/srv/sshd/ssh_host_ed25519_key";
rounds = 1000;
type = "ed25519";