correct disko def location and enable efi support.
This commit is contained in:
parent
49d6879955
commit
77bced4758
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ in
|
|||
[
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
inputs.disko.nixosModules.disko
|
||||
(import ./nixos/profiles/disko-nixos.nix { disks = [ "/dev/sda" ]; })
|
||||
(import ../../profiles/disko-nixos.nix { disks = [ "/dev/sda" ]; })
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
loader = {
|
||||
grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
mirroredBoots = [
|
||||
{ devices = [ "nodev" ]; path = "/boot"; }
|
||||
|
|
Loading…
Reference in a new issue