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