mirror of
https://codeberg.org/muon/home.git
synced 2026-07-03 23:49:35 +00:00
Fix build uncommented
This commit is contained in:
parent
ea10bd0c70
commit
fc96ccde8d
6 changed files with 14 additions and 15 deletions
|
|
@ -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}";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue