From 0e0f035264d897e65676ecdc06aee555fae796a8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 15 May 2021 22:02:34 +0200 Subject: openssh: known_hosts without enable --- hosts/surtr/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/surtr') diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix index ff9da063..d37646f9 100644 --- a/hosts/surtr/default.nix +++ b/hosts/surtr/default.nix @@ -93,6 +93,7 @@ }; services.openssh = { + enable = true; passwordAuthentication = false; challengeResponseAuthentication = false; extraConfig = '' -- cgit v1.2.3