rebuild: iso builds "out of the box"

This commit is contained in:
Timothy DeHerrera 2020-01-06 23:44:35 -07:00
parent c6cb43fc21
commit b18c93a124
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
{ imports = [ ../profiles/develop ../profiles/misc ]; }
{ imports = [ ../profiles/develop ]; }

View File

@ -3,4 +3,6 @@
isoImage.makeEfiBootable = true;
isoImage.makeUsbBootable = true;
networking.networkmanager.enable = true;
users.users.root.password = "";
}