Fix Disko Filepath / Grub Option

This commit is contained in:
Sravan Balaji
2024-03-24 10:44:26 -04:00
parent 7b9bafb13d
commit 4e98a4a378
2 changed files with 2 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
{
imports = [
../../system/hardware-configuration.nix
"../../disko/" + systemSettings.diskoConfig
../../disko/${systemSettings.diskoConfig}.nix
];
nix = {
@@ -28,7 +28,7 @@
grub = {
enable = true;
efiSupport = true;
efiInstallAsRemovable = true;
device = "nodev";
};
};
};