Adalbert: Enable SSH server
used for sunshine
This commit is contained in:
parent
cbc4b1426e
commit
55cd765581
1 changed files with 5 additions and 0 deletions
|
@ -107,6 +107,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PermitRootLogin = "yes";
|
||||
};
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue