pureintent: vira!

This commit is contained in:
Sridhar Ratnakumar 2025-09-04 21:05:59 -04:00
parent db495ea282
commit ae259fa0a2
4 changed files with 415 additions and 6 deletions

View file

@ -10,14 +10,12 @@ in
services.vira = {
enable = true;
# Basic configuration
hostname = "0.0.0.0";
port = 5001;
https = false;
stateDirectory = "/var/lib/vira";
https = true;
stateDir = "/var/lib/vira";
openFirewall = true;
package = inputs.vira.packages.${pkgs.system}.default;
};
networking.firewall.allowedTCPPorts = [ 5001 ];
}