Merge pull request #191 from offlinehacker/tarball_dhcp_fix
Tarball should get ip from dhcp even if booting from nfs
This commit is contained in:
commit
9e1e995cbe
1 changed files with 0 additions and 3 deletions
|
@ -72,9 +72,6 @@ in
|
|||
inherit (config.tarball) contents storeContents;
|
||||
};
|
||||
|
||||
# Otherwise it will collide with the 'ip=dhcp' kernel autoconfig.
|
||||
networking.useDHCP = false;
|
||||
|
||||
boot.postBootCommands =
|
||||
''
|
||||
# After booting, register the contents of the Nix store on the
|
||||
|
|
Loading…
Reference in a new issue