Fixed some issues after 25.11 update (stargate)

This commit is contained in:
Aleksandr Lebedev 2026-01-10 21:55:58 +01:00
parent a532aa5b44
commit 88223c0172
9 changed files with 76 additions and 76 deletions

View file

@ -24,7 +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" ];
services.adguardhome.settings.dns.bind_hosts = ["192.168.178.119"];
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";