correct disko def location and enable efi support.

This commit is contained in:
Joseph Hanson 2024-07-14 06:10:45 -05:00
parent 49d6879955
commit 77bced4758
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 1 deletions

View file

@ -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 = {

View file

@ -7,6 +7,7 @@
loader = {
grub = {
enable = true;
efiSupport = true;
efiInstallAsRemovable = true;
mirroredBoots = [
{ devices = [ "nodev" ]; path = "/boot"; }