1
0
Fork 0
forked from fi/nix-infra

Enable proxyprotocol for nitter host

This commit is contained in:
fi 2023-08-05 06:49:48 +02:00
commit 70eb8625bc
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
7 changed files with 29 additions and 52 deletions

View file

@ -7,7 +7,10 @@
networking = {
hostName = "nitter";
firewall.enable = false;
firewall = {
enable = true;
allowedTCPPorts = [ 8443 ];
};
};
system.stateVersion = "23.05";