parent
00b35136c3
commit
003ab99e35
@ -1,10 +1,10 @@
|
|||||||
{ modulesPath, ... }: {
|
{ unstableModulesPath, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
# passwd is nixos by default
|
# passwd is nixos by default
|
||||||
../users/nixos
|
../users/nixos
|
||||||
# passwd is empty by default
|
# passwd is empty by default
|
||||||
../users/root
|
../users/root
|
||||||
"${modulesPath}/installer/cd-dvd/iso-image.nix"
|
"${unstableModulesPath}/installer/cd-dvd/iso-image.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
isoImage.makeEfiBootable = true;
|
isoImage.makeEfiBootable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user