From b18c93a1242cca6910c92a1a75b89e9ef8f992c1 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Mon, 6 Jan 2020 23:44:35 -0700 Subject: [PATCH] rebuild: iso builds "out of the box" --- hosts/NixOS.nix | 2 +- hosts/niximg.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/NixOS.nix b/hosts/NixOS.nix index 5c8ef3b..71cfa21 100644 --- a/hosts/NixOS.nix +++ b/hosts/NixOS.nix @@ -1 +1 @@ -{ imports = [ ../profiles/develop ../profiles/misc ]; } +{ imports = [ ../profiles/develop ]; } diff --git a/hosts/niximg.nix b/hosts/niximg.nix index c7558e9..e4229ab 100644 --- a/hosts/niximg.nix +++ b/hosts/niximg.nix @@ -3,4 +3,6 @@ isoImage.makeEfiBootable = true; isoImage.makeUsbBootable = true; + networking.networkmanager.enable = true; + users.users.root.password = ""; }