updating dalinar
This commit is contained in:
parent
3f49b70467
commit
c92e49b5f9
3 changed files with 31 additions and 14 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue