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";
};
};
};

View File

@ -13,13 +13,6 @@
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/c7eb291a-684d-4f2b-b690-b368b268a8ac";
fsType = "ext4";
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction