summaryrefslogtreecommitdiff
path: root/hosts/vidhar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r--hosts/vidhar/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index d064e3da..b0277c14 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -82,10 +82,6 @@ with lib;
82 82
83 services.openssh = { 83 services.openssh = {
84 enable = true; 84 enable = true;
85 settings = {
86 PasswordAuthentication = false;
87 KbdInteractiveAuthentication = false;
88 };
89 extraConfig = '' 85 extraConfig = ''
90 AllowGroups ssh 86 AllowGroups ssh
91 ''; 87 '';