mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Fixes renamed nixos ssh password auth setting
This commit is contained in:
parent
317a6497d0
commit
f36bf9914a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
services.udev.enable = true;
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.openssh.passwordAuthentication = false;
|
||||
services.openssh.settings.PasswordAuthentication = false;
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue