tsuki: init wivrn
This commit is contained in:
parent
ac2b31ecd2
commit
ef380d98a1
2 changed files with 11 additions and 0 deletions
|
@ -4,5 +4,6 @@
|
|||
./atticd.nix
|
||||
./hydroxide.nix
|
||||
./sunshine.nix
|
||||
./wivrn.nix
|
||||
];
|
||||
}
|
||||
|
|
10
hosts/tsuki/services/wivrn.nix
Normal file
10
hosts/tsuki/services/wivrn.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
_: {
|
||||
networking.firewall.allowedTCPPorts = [9757];
|
||||
networking.firewall.allowedUDPPorts = [9757 5353];
|
||||
services.wivrn = {
|
||||
enable = false;
|
||||
openFirewall = true;
|
||||
autoStart = false;
|
||||
defaultRuntime = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue