❄️ Nix configurations
0
fork

Configure Feed

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

bind fixed host for dns

A.Ottr 7e4af44c a96104c8

+5
+5
nixos/ferret/adguard.nix
··· 14 14 }; 15 15 dhcp.enabled = false; 16 16 dns = { 17 + 18 + bind_hosts = [ 19 + "192.168.1.69" 20 + ]; 21 + 17 22 upstream_dns = [ 18 23 "1.1.1.1" 19 24 "9.9.9.9"