Skip to content

Commit

Permalink
niximg: install flakes directly within iso
Browse files Browse the repository at this point in the history
Fixes #63.
  • Loading branch information
nrdxp committed Dec 31, 2020
1 parent 00b3513 commit 003ab99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/niximg.nix
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 003ab99

Please sign in to comment.