mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: elfeed network setup
This commit is contained in:
parent
35d5ec57b8
commit
4ab640343f
4 changed files with 97 additions and 91 deletions
|
|
@ -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;
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue