nixpkgs/nixos/modules/system
volth 502b37ae63
nixos/initrd-network: multiple fixes
* acquire DHCP on the interfaces with networking.interface.$name.useDHCP == true or on all interfaces if networking.useDHCP == true (was only only "eth0")
 * respect "mtu" if it was in DHCP answer (it happens in the wild)
 * acquire and set up staticroutes (unlike others clients, udhcpc does not do the query by default); this supersedes https://github.com/NixOS/nixpkgs/pull/41829
2018-09-10 02:10:47 +00:00
..
activation Merge branch 'master' into staging 2018-03-10 20:38:13 +00:00
boot nixos/initrd-network: multiple fixes 2018-09-10 02:10:47 +00:00
etc environment.etc: add user/group option 2017-07-29 23:56:46 +01:00