tsuki: init wivrn

This commit is contained in:
notohh 2024-11-30 11:58:38 -05:00
parent ac2b31ecd2
commit ef380d98a1
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 11 additions and 0 deletions

View file

@ -4,5 +4,6 @@
./atticd.nix
./hydroxide.nix
./sunshine.nix
./wivrn.nix
];
}

View file

@ -0,0 +1,10 @@
_: {
networking.firewall.allowedTCPPorts = [9757];
networking.firewall.allowedUDPPorts = [9757 5353];
services.wivrn = {
enable = false;
openFirewall = true;
autoStart = false;
defaultRuntime = true;
};
}