Compare commits

..

No commits in common. "f61aa8d878cc4fb57739e68800cbfeabffa67604" and "6336814052276d4ad0e34d994937cb9a874b5301" have entirely different histories.

View file

@ -74,11 +74,6 @@ in
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}"; proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
recommendedProxySettings = true; recommendedProxySettings = true;
}; };
locations."~ ^/host/" = {
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
recommendedProxySettings = true;
};
}; };
security.acme = { security.acme = {
@ -131,7 +126,6 @@ in
[${config.sops.placeholder."netdata/stream/rx4/uuid"}] [${config.sops.placeholder."netdata/stream/rx4/uuid"}]
enabled = yes enabled = yes
default history = 3600 default history = 3600
allow from = *
''; '';
}; };
}; };