Open vnc port
This commit is contained in:
parent
4911e5c91e
commit
d6974e1dfd
|
@ -19,6 +19,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
services.openssh.openFirewall = true;
|
services.openssh.openFirewall = true;
|
||||||
|
networking.firewall.allowedTCPPorts = mkIf psCfg.sway.vnc.enable [ 5901 ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wayvnc
|
wayvnc
|
||||||
|
|
Loading…
Reference in a new issue