rebuild: iso builds "out of the box"
This commit is contained in:
parent
c6cb43fc21
commit
b18c93a124
|
@ -1 +1 @@
|
||||||
{ imports = [ ../profiles/develop ../profiles/misc ]; }
|
{ imports = [ ../profiles/develop ]; }
|
||||||
|
|
|
@ -3,4 +3,6 @@
|
||||||
|
|
||||||
isoImage.makeEfiBootable = true;
|
isoImage.makeEfiBootable = true;
|
||||||
isoImage.makeUsbBootable = true;
|
isoImage.makeUsbBootable = true;
|
||||||
|
networking.networkmanager.enable = true;
|
||||||
|
users.users.root.password = "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue