Fix nixos deprecation warning

This commit is contained in:
Baptiste Jonglez 2024-06-02 21:35:08 +02:00
parent 7aa220a2e1
commit 8d475b2ee6

View file

@ -73,7 +73,7 @@ SystemMaxUse=1G
# Enable the OpenSSH daemon and disable password login.
services.openssh.enable = true;
services.openssh.passwordAuthentication = false;
services.openssh.settings.PasswordAuthentication = false;
virtualisation.docker = {
enable = true;