mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
fix: allow firewall port for syncplay
This commit is contained in:
parent
a642fb41df
commit
7a84a849ec
1 changed files with 1 additions and 0 deletions
|
|
@ -4,4 +4,5 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
passwordFile = config.sops.secrets.syncplay.path;
|
passwordFile = config.sops.secrets.syncplay.path;
|
||||||
};
|
};
|
||||||
|
networking.firewall.allowedTCPPorts = [ 8999 ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue