Open WayVNC port

This commit is contained in:
agryphus 2024-04-16 11:11:56 -04:00
parent c4c608a5cb
commit 2c766e8cf7
2 changed files with 8 additions and 0 deletions

View file

@ -15,5 +15,12 @@ in {
({ original = pkgs.mesa.drivers; ({ original = pkgs.mesa.drivers;
replacement = nixos-unstable.mesa.drivers; }) replacement = nixos-unstable.mesa.drivers; })
]; ];
# Opening wayvnc port
networking.firewall.allowedTCPPorts = [ 5900 ];
environment.systemPackages = with pkgs; [
wayvnc # VNC client for remote desktop
];
} }

View file

@ -77,6 +77,7 @@ in {
pyprland # Plugin manager for Hyprland pyprland # Plugin manager for Hyprland
rofi # Menu prompt program rofi # Menu prompt program
rofi-pass # Rofi frontend for password store rofi-pass # Rofi frontend for password store
sassc # SCSS interpreter
slurp # Screen selection utility slurp # Screen selection utility
swaylock # Wayland session locker swaylock # Wayland session locker
swww # Sets background images swww # Sets background images