diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-11-13 17:56:59 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-11-13 18:08:57 +0530 |
commit | 3303a4829f9e2531bbff98f002bbc4d1ae7ad2d4 (patch) | |
tree | 1c3584254b3796b4f45e60079d09532743e3e580 /hosts | |
parent | 8eb0bd9d2c2e39e5f07226d1a8e226514acd9c78 (diff) |
hosts/kay: clean up
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/kay/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/kay/configuration.nix b/hosts/kay/configuration.nix index 7d85efc..e215353 100644 --- a/hosts/kay/configuration.nix +++ b/hosts/kay/configuration.nix @@ -11,7 +11,7 @@ services.openssh = { enable = true; - settings = { PasswordAuthentication = false; }; + settings.PasswordAuthentication = false; }; boot.consoleLogLevel = 3; |