diff options
Diffstat (limited to 'hosts/kay')
-rw-r--r-- | hosts/kay/configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/kay/configuration.nix b/hosts/kay/configuration.nix index b2a530e..a21f3a3 100644 --- a/hosts/kay/configuration.nix +++ b/hosts/kay/configuration.nix @@ -9,11 +9,6 @@ ../../common.nix ]; - services.openssh = { - enable = true; - settings.PasswordAuthentication = false; - }; - boot.consoleLogLevel = 3; networking.hostName = "kay"; } |