diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-12-11 21:49:23 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-12-11 21:49:23 +0530 |
commit | f5cd67215177c1ab732cff24d19689ce9b8785ef (patch) | |
tree | a01c459efe2e5b366ba776d832c4e57a22c0cda9 | |
parent | 64b89e6dabacf2ffc18b36de458355796d8f3460 (diff) |
cez/ssh: init
-rw-r--r-- | hosts/cez/configuration.nix | 4 |
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; + }; }; } |