summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index a698008..0f16856 100644
--- a/common.nix
+++ b/common.nix
@@ -83,7 +83,7 @@ in
hostKeys = [{
path = "/nix/persistent/ssh_host_ed25519_key";
type = "ed25519";
- }];;
+ }];
# only safe ciphers & Co.
settings.Ciphers = [ "aes256-gcm@openssh.com" ];