Re-enable adguardhome

This commit is contained in:
Evie Litherland-Smith 2024-11-28 07:07:50 +00:00
parent 92f3c48f19
commit 97fea3d88a
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ username, ... }:
{
imports = [
./services/adguardhome.nix
./services/caddy.nix
./services/forgejo.nix
./services/grafana.nix

View file

@ -23,7 +23,7 @@
}
{
domain = "*.xenia.me.uk";
answer = "192.168.1.230";
answer = "A"; # "192.168.1.230";
}
];
blocked_services.ids = [ ];