summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-11-13 17:56:59 +0530
committersinanmohd <sinan@sinanmohd.com>2023-11-13 18:08:57 +0530
commit3303a4829f9e2531bbff98f002bbc4d1ae7ad2d4 (patch)
tree1c3584254b3796b4f45e60079d09532743e3e580
parent8eb0bd9d2c2e39e5f07226d1a8e226514acd9c78 (diff)
hosts/kay: clean up
-rw-r--r--hosts/kay/configuration.nix2
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;