This commit is contained in:
Sridhar Ratnakumar 2025-08-24 13:38:32 -04:00
parent 68d9571771
commit 10eb6ddfe4
2 changed files with 2 additions and 4 deletions

View file

@ -62,10 +62,6 @@ in
};
networking.firewall.allowedTCPPorts = [
80
# Dev ports
5005
5001 # Vira
];
programs.nix-ld.enable = true; # for vscode server

View file

@ -18,4 +18,6 @@ in
stateDirectory = "/var/lib/vira";
package = inputs.vira.packages.${pkgs.system}.default;
};
networking.firewall.allowedTCPPorts = [ 5001 ];
}