Enable ssh server
This commit is contained in:
parent
105d869bbb
commit
29dd8a6349
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@
|
|||
dconf.enable = true;
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = true;
|
||||
settings.KbdInteractiveAuthentication = true;
|
||||
};
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue