❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: typo in service name

aottr 2b0d1066 f8f98980

+1 -1
+1 -1
modules/nixos/server/adguard-home.nix
··· 48 48 }; 49 49 50 50 services = { 51 - pihole.loadBalancer.servers = [{url = "http://localhost:43000";}]; 51 + adguardhome.loadBalancer.servers = [{url = "http://localhost:43000";}]; 52 52 }; 53 53 }; 54 54 }