mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(nginx): proxied listen
This commit is contained in:
parent
f2c7178486
commit
f9b02a03a4
18 changed files with 185 additions and 90 deletions
|
|
@ -16,7 +16,7 @@ in {
|
|||
invidious_hmac_key = commonSecret;
|
||||
};
|
||||
|
||||
networking.firewall.interfaces.int.allowedTCPPorts = [cfg.port];
|
||||
networking.firewall.interfaces.lan.allowedTCPPorts = [cfg.port];
|
||||
users.groups.invidious = {};
|
||||
users.users.invidious = {
|
||||
isSystemUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue