summaryrefslogtreecommitdiff
path: root/hosts/cez
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-12-11 21:49:23 +0530
committersinanmohd <sinan@sinanmohd.com>2023-12-11 21:49:23 +0530
commitf5cd67215177c1ab732cff24d19689ce9b8785ef (patch)
treea01c459efe2e5b366ba776d832c4e57a22c0cda9 /hosts/cez
parent64b89e6dabacf2ffc18b36de458355796d8f3460 (diff)
cez/ssh: init
Diffstat (limited to 'hosts/cez')
-rw-r--r--hosts/cez/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/cez/configuration.nix b/hosts/cez/configuration.nix
index fb15ddc..6e5d955 100644
--- a/hosts/cez/configuration.nix
+++ b/hosts/cez/configuration.nix
@@ -45,5 +45,9 @@ in
enable = true;
pulse.enable = true;
};
+ openssh = {
+ enable = true;
+ settings.PasswordAuthentication = false;
+ };
};
}