Open WayVNC port
This commit is contained in:
parent
c4c608a5cb
commit
2c766e8cf7
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue