chore: elfeed network setup

This commit is contained in:
Swarsel 2024-12-05 04:42:52 +01:00
parent 35d5ec57b8
commit 4ab640343f
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 97 additions and 91 deletions

View file

@ -5973,6 +5973,8 @@ Also, the system state version is set here. No need to touch it.
{
config = lib.mkIf config.swarselsystems.server.emacs {
networking.firewall.allowedTCPPorts = [ 9812 ];
services.emacs = {
enable = true;
install = true;
@ -5987,7 +5989,7 @@ Also, the system state version is set here. No need to touch it.
acmeRoot = null;
locations = {
"/" = {
proxyPass = "http://localhost:54169";
proxyPass = "http://localhost:9812";
extraConfig = ''
client_max_body_size 0;
'';