Ildkule: Remove ens3, add global/floating ipv4 addr
This commit is contained in:
parent
c7797bdd04
commit
c0473aae37
|
@ -21,9 +21,16 @@
|
|||
|
||||
networking.hostName = "ildkule"; # Define your hostname.
|
||||
systemd.network.networks."30-all" = values.defaultNetworkConfig // {
|
||||
matchConfig.Name = "en*";
|
||||
matchConfig.Name = "ens4";
|
||||
DHCP = "yes";
|
||||
gateway = [ ];
|
||||
addresses = [
|
||||
{
|
||||
addressConfig.Address = "129.241.153.213/32";
|
||||
}
|
||||
{
|
||||
addressConfig.Address = "192.168.12.209/24";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
# List packages installed in system profile
|
||||
|
|
Loading…
Reference in New Issue