diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-08 23:40:47 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-08 23:40:47 +0530 |
commit | 024e1668bae906859fc55f891fb2909f92d173d2 (patch) | |
tree | 4d66ef2fd2ba75b10c8a53750897b103667ebef7 /hosts/cez/configuration.nix | |
parent | f8cea6f6c8a8ce35533d7fa978dbff8cd5427b7c (diff) |
common: enable ssh
Diffstat (limited to 'hosts/cez/configuration.nix')
-rw-r--r-- | hosts/cez/configuration.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/cez/configuration.nix b/hosts/cez/configuration.nix index 05c3b9f..6a801b0 100644 --- a/hosts/cez/configuration.nix +++ b/hosts/cez/configuration.nix @@ -32,10 +32,6 @@ in enable = true; pulse.enable = true; }; - openssh = { - enable = true; - settings.PasswordAuthentication = false; - }; getty.autologinUser = user; }; |