Skip to content

Commit

Permalink
graphical/wms/hyprland: add wayvnc startup
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jul 10, 2024
1 parent 020c45f commit f742908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/home/programs/graphical/wms/hyprland/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ in
"${getExe pkgs.openrgb-with-all-plugins} --startminimized --profile default"
"${getExe pkgs._1password-gui} --silent"
"${getExe pkgs.tailscale-systray}"
"run-as-service $(${getExe pkgs.wayvnc} $(${getExe pkgs.tailscale} ip --4))"
];
};
};
Expand Down
1 change: 1 addition & 0 deletions modules/nixos/services/tailscale/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ in
networking = {
firewall = {
allowedUDPPorts = [ config.services.tailscale.port ];
allowedTCPPorts = [ 5900 ];
trustedInterfaces = [ config.services.tailscale.interfaceName ];
# Strict reverse path filtering breaks Tailscale exit node use and some subnet routing setups.
checkReversePath = "loose";
Expand Down

0 comments on commit f742908

Please sign in to comment.