sputnik: add syncplay
This commit is contained in:
parent
fdf45e9fa5
commit
8bad618631
2 changed files with 7 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./tinc.nix
|
./tinc.nix
|
||||||
|
#./syncplay.nix
|
||||||
|
|
||||||
#./mail-server.nix
|
#./mail-server.nix
|
||||||
|
|
||||||
|
|
5
configs/sputnik/syncplay.nix
Normal file
5
configs/sputnik/syncplay.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ config, ... }: {
|
||||||
|
services.syncplay.enable = true;
|
||||||
|
networking.firewall.allowedTCPPorts = [ config.services.syncplay.port ];
|
||||||
|
networking.firewall.allowedUDPPorts = [ config.services.syncplay.port ];
|
||||||
|
}
|
Loading…
Reference in a new issue