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

@ -33,6 +33,7 @@
]; ];
exec-once = [ exec-once = [
"waybar" "waybar"
"wayvnc"
"dunst" "dunst"
"automapaper -C ${config.xdg.configHome}/automapaper/config.toml" "automapaper -C ${config.xdg.configHome}/automapaper/config.toml"
"automapaper -C ${config.xdg.configHome}/automapaper/config2nd.toml" "automapaper -C ${config.xdg.configHome}/automapaper/config2nd.toml"

View file

@ -155,7 +155,12 @@
# List services that you want to enable: # List services that you want to enable:
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
# services.openssh.enable = true; services.openssh = {
enable = true;
settings.PasswordAuthentication = false;
settings.KbdInteractiveAuthentication = false;
};
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];

View file

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