Fixed dns on dimondback and stargate

This commit is contained in:
Aleksandr Lebedev 2025-12-06 18:46:20 +01:00
parent 3cf8570595
commit d456e1716b
4 changed files with 8 additions and 5 deletions

View file

@ -24,6 +24,7 @@ in {
then ./facter.json
else null;
imports = lib.snowfall.fs.get-non-default-nix-files ./. ++ [../stargate/services/adguardhome.nix];
services.adguardhome.settings.dns.bind_hosts = [ "192.168.178.119" ];
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";