diff --git a/common/hyprland.nix b/common/hyprland.nix index fdc18b4..ea9d16e 100644 --- a/common/hyprland.nix +++ b/common/hyprland.nix @@ -33,6 +33,7 @@ ]; exec-once = [ "waybar" + "wayvnc" "dunst" "automapaper -C ${config.xdg.configHome}/automapaper/config.toml" "automapaper -C ${config.xdg.configHome}/automapaper/config2nd.toml" diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 0307ebd..915389e 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -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 = [ ... ]; diff --git a/hosts/default/home.nix b/hosts/default/home.nix index b5272d6..9621de6 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -42,6 +42,7 @@ obs-studio steam-run steam-tui + wayvnc btop