From 2c766e8cf739250b719abe7b72590d0bc701e386 Mon Sep 17 00:00:00 2001 From: agryphus Date: Tue, 16 Apr 2024 11:11:56 -0400 Subject: [PATCH] Open WayVNC port --- nixos/.config/nixos/profiles/wm/hyprland-virtualbox.nix | 7 +++++++ nixos/.config/nixos/profiles/wm/hyprland.nix | 1 + 2 files changed, 8 insertions(+) diff --git a/nixos/.config/nixos/profiles/wm/hyprland-virtualbox.nix b/nixos/.config/nixos/profiles/wm/hyprland-virtualbox.nix index 9fd8b44..7f525b0 100644 --- a/nixos/.config/nixos/profiles/wm/hyprland-virtualbox.nix +++ b/nixos/.config/nixos/profiles/wm/hyprland-virtualbox.nix @@ -15,5 +15,12 @@ in { ({ original = pkgs.mesa.drivers; replacement = nixos-unstable.mesa.drivers; }) ]; + + # Opening wayvnc port + networking.firewall.allowedTCPPorts = [ 5900 ]; + + environment.systemPackages = with pkgs; [ + wayvnc # VNC client for remote desktop + ]; } diff --git a/nixos/.config/nixos/profiles/wm/hyprland.nix b/nixos/.config/nixos/profiles/wm/hyprland.nix index 4915bdc..73b91f8 100644 --- a/nixos/.config/nixos/profiles/wm/hyprland.nix +++ b/nixos/.config/nixos/profiles/wm/hyprland.nix @@ -77,6 +77,7 @@ in { pyprland # Plugin manager for Hyprland rofi # Menu prompt program rofi-pass # Rofi frontend for password store + sassc # SCSS interpreter slurp # Screen selection utility swaylock # Wayland session locker swww # Sets background images