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

@ -2,6 +2,8 @@
{
config = lib.mkIf config.swarselsystems.server.emacs {
networking.firewall.allowedTCPPorts = [ 9812 ];
services.emacs = {
enable = true;
install = true;
@ -16,7 +18,7 @@
acmeRoot = null;
locations = {
"/" = {
proxyPass = "http://localhost:54169";
proxyPass = "http://localhost:9812";
extraConfig = ''
client_max_body_size 0;
'';