Fix build uncommented

This commit is contained in:
muon 2026-03-29 08:13:54 +00:00
parent ea10bd0c70
commit fc96ccde8d
6 changed files with 14 additions and 15 deletions

View file

@ -103,14 +103,6 @@ in
127.0.0.1 word.local
'';
# # Wildcard DNS: *.word.local -> 127.0.0.1 via NetworkManager's built-in dnsmasq
# networking.networkmanager.dns = "dnsmasq";
# # Force resolv.conf to use local dnsmasq so wildcard DNS is actually queried
# networking.resolvconf.useLocalResolver = true;
# environment.etc."NetworkManager/dnsmasq.d/word-local.conf".text = ''
# address=/.word.local/127.0.0.1
# '';
# gateway =
# "${pkgs.networkmanager}/bin/nmcli dev show ${interface} | ${pkgs.gnugrep}/bin/fgrep IP4.GATEWAY | ${pkgs.awk}/bin/awk {print $2}";
};