enable ssh and wayvnc

This commit is contained in:
Noa Aarts 2024-03-06 14:37:10 +01:00
parent 63c2d25021
commit 53d972c9a0
3 changed files with 8 additions and 1 deletions

View file

@ -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 = [ ... ];

View file

@ -42,6 +42,7 @@
obs-studio
steam-run
steam-tui
wayvnc
btop