updating dalinar

This commit is contained in:
Chris Cochrun 2025-08-25 10:08:54 -05:00
parent 3f49b70467
commit c92e49b5f9
3 changed files with 31 additions and 14 deletions

View file

@ -147,7 +147,6 @@
services.locate = {
enable = true;
package = pkgs.plocate;
localuser = null;
};
# Enable the OpenSSH daemon.
@ -307,7 +306,7 @@
};
virtualHosts = {
"inv.cochrun.xyz".extraConfig = ''
reverse_proxy http://127.0.0.1:3000
reverse_proxy http://127.0.0.1:3499
'';
};
virtualHosts = {
@ -335,11 +334,11 @@
reverse_proxy localhost:9091
'';
};
virtualHosts = {
"rtl.cochrun.xyz".extraConfig = ''
reverse_proxy localhost:3000
'';
};
# virtualHosts = {
# "rtl.cochrun.xyz".extraConfig = ''
# reverse_proxy localhost:3000
# '';
# };
virtualHosts = {
"prowlarr.cochrun.xyz".extraConfig = ''
reverse_proxy localhost:9696
@ -386,7 +385,9 @@
};
services.adguardhome = {
enabled = true;
enable = true;
mutableSettings = true;
allowDHCP = true;
};
systemd.services = {