enable ssh and wayvnc
This commit is contained in:
parent
63c2d25021
commit
53d972c9a0
3 changed files with 8 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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 = [ ... ];
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@
|
||||||
obs-studio
|
obs-studio
|
||||||
steam-run
|
steam-run
|
||||||
steam-tui
|
steam-tui
|
||||||
|
wayvnc
|
||||||
|
|
||||||
btop
|
btop
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue