mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add hosts
This commit is contained in:
parent
06b5695b4a
commit
81546214af
1 changed files with 7 additions and 0 deletions
|
|
@ -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 =
|
# gateway =
|
||||||
# "${pkgs.networkmanager}/bin/nmcli dev show ${interface} | ${pkgs.gnugrep}/bin/fgrep IP4.GATEWAY | ${pkgs.awk}/bin/awk {print $2}";
|
# "${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