Hi,
I just updated nixos and now the network interface is not automatically
configured any more (I use dhcp).
My present configuration is as follows
networking = {
hostName = "nixbox";
extraHosts = "127.0.1.1 nixbox.math.unifi.it nixbox";
};
Can someone suggest a solution?
Thanks,
Marco