Fix OS scripts for flakes
This commit is contained in:
parent
448a154d74
commit
833320e3fa
9 changed files with 97 additions and 79 deletions
|
@ -4,6 +4,7 @@
|
|||
grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = !config.boot.loader.efi.canTouchEfiVariables;
|
||||
device = "nodev"; # Don't install on MBR
|
||||
};
|
||||
};
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
}];
|
||||
}];
|
||||
|
||||
# UPST disko --root-mountpoint doesn't work when using flake, workaround:
|
||||
disko.rootMountPoint = "/mnt/nixos";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
kexec-tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue