about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-15 00:47:48 +0900
committersefidel <contact@sefidel.net>2023-02-15 00:47:48 +0900
commite38bbeb8a1a842b4e5091254fa55e1854e5dc6d6 (patch)
tree07c8ad914e605061e6fc9d0ce96c08077e22a766 /nixos
parent5608c1bda3b13d6f9669e6b1f4623e7dc7bcd343 (diff)
downloadnixrc-e38bbeb8a1a842b4e5091254fa55e1854e5dc6d6.tar.gz
nixrc-e38bbeb8a1a842b4e5091254fa55e1854e5dc6d6.zip
feat(nixos/beta): follow openssh renamed options
Diffstat (limited to 'nixos')
-rw-r--r--nixos/beta/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/beta/configuration.nix b/nixos/beta/configuration.nix
index 5969f64..ec00aab 100644
--- a/nixos/beta/configuration.nix
+++ b/nixos/beta/configuration.nix
@@ -19,7 +19,7 @@
 
   # Enable the OpenSSH daemon.
   services.openssh.enable = true;
-  services.openssh.passwordAuthentication = false;
+  services.openssh.settings.PasswordAuthentication = false;
 
   # Enable the ZNC IRC Bouncer.
   services.znc = {