LoutreOS: update to 23.05 and rename deprecated options
This commit is contained in:
parent
cacf58c7dd
commit
ab08037dc9
4 changed files with 15 additions and 12 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
supportedFilesystems = [ "zfs" ];
|
||||
|
||||
tmpOnTmpfs = true;
|
||||
tmp.useTmpfs = true;
|
||||
};
|
||||
|
||||
documentation.nixos.enable = false;
|
||||
|
@ -168,9 +168,11 @@
|
|||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
permitRootLogin = "no";
|
||||
passwordAuthentication = false;
|
||||
forwardX11 = true;
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
X11Forwarding = true;
|
||||
};
|
||||
};
|
||||
|
||||
users = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue