2023-05-07 18:20:26 +01:00
|
|
|
{ ... }:
|
|
|
|
{
|
|
|
|
imports = [ ./nginx ];
|
|
|
|
services.adguardhome = {
|
|
|
|
enable = true;
|
|
|
|
mutableSettings = true;
|
|
|
|
};
|
|
|
|
services.nginx.virtualHosts."guard.xenia.me.uk" = import ./nginx/sites/adguardhome.nix;
|
2023-05-09 07:48:48 +01:00
|
|
|
networking.firewall.allowedTCPPorts = [ 53 3000 ];
|
2023-05-07 18:20:26 +01:00
|
|
|
}
|