enable ssh and wayvnc
This commit is contained in:
parent
63c2d25021
commit
53d972c9a0
3 changed files with 8 additions and 1 deletions
|
|
@ -155,7 +155,12 @@
|
|||
# List services that you want to enable:
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
# services.openssh.enable = true;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
||||
settings.PasswordAuthentication = false;
|
||||
settings.KbdInteractiveAuthentication = false;
|
||||
};
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
obs-studio
|
||||
steam-run
|
||||
steam-tui
|
||||
wayvnc
|
||||
|
||||
btop
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue