diff --git a/hosts/niximg.nix b/hosts/niximg.nix index 61fbb22..823eeb6 100644 --- a/hosts/niximg.nix +++ b/hosts/niximg.nix @@ -1,10 +1,10 @@ -{ modulesPath, ... }: { +{ unstableModulesPath, ... }: { imports = [ # passwd is nixos by default ../users/nixos # passwd is empty by default ../users/root - "${modulesPath}/installer/cd-dvd/iso-image.nix" + "${unstableModulesPath}/installer/cd-dvd/iso-image.nix" ]; isoImage.makeEfiBootable = true;