forked from fi/nix-infra
Enable proxyprotocol for nitter host
This commit is contained in:
parent
a4f3e68aac
commit
70eb8625bc
7 changed files with 29 additions and 52 deletions
|
|
@ -7,7 +7,10 @@
|
|||
|
||||
networking = {
|
||||
hostName = "nitter";
|
||||
firewall.enable = false;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 8443 ];
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue