Disable registration and archive unused services

This commit is contained in:
Jimbo 2024-09-20 02:38:46 -04:00
parent 36e33dd5cb
commit f34246f8fd
5 changed files with 1 additions and 2 deletions

View file

@ -0,0 +1,14 @@
{
services = {
adguardhome.enable = true;
nginx.virtualHosts."guard.${outputs.secrets.jimDomain}" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:3000";
proxyWebsockets = true;
};
};
};
networking.firewall.allowedUDPPorts = [ 53 ];
}