mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
pureintent: vira!
This commit is contained in:
parent
db495ea282
commit
ae259fa0a2
4 changed files with 415 additions and 6 deletions
|
|
@ -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 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue