Add hosts

This commit is contained in:
muon 2024-12-29 10:02:42 +00:00
parent 06b5695b4a
commit 81546214af

View file

@ -80,6 +80,13 @@ in with lib; {
};
};
networking.extraHosts = ''
10.0.0.1 mups
10.0.0.2 muon
10.0.0.3 muho
10.0.0.4 muop
'';
# gateway =
# "${pkgs.networkmanager}/bin/nmcli dev show ${interface} | ${pkgs.gnugrep}/bin/fgrep IP4.GATEWAY | ${pkgs.awk}/bin/awk {print $2}";