Fix nixos deprecation warning
This commit is contained in:
parent
7aa220a2e1
commit
8d475b2ee6
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ SystemMaxUse=1G
|
||||||
|
|
||||||
# Enable the OpenSSH daemon and disable password login.
|
# Enable the OpenSSH daemon and disable password login.
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.passwordAuthentication = false;
|
services.openssh.settings.PasswordAuthentication = false;
|
||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue