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

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