Rupert: Fix warnings for 23.05
This commit is contained in:
parent
f373ec2d15
commit
d989008ad7
|
@ -73,8 +73,10 @@ in
|
|||
# Enable the OpenSSH daemon.
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
forwardX11 = true;
|
||||
passwordAuthentication = false;
|
||||
settings = {
|
||||
# ForwardX11 = true;
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
services.avahi.enable = true;
|
||||
|
|
Loading…
Reference in a new issue