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 = ""; }