From f5cd67215177c1ab732cff24d19689ce9b8785ef Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 11 Dec 2023 21:49:23 +0530 Subject: cez/ssh: init --- hosts/cez/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; + }; }; } -- cgit v1.2.3