This commit is contained in:
soraefir
2026-05-03 17:37:21 +02:00
parent f1ce4b7b81
commit 4946fa999b
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
boot.loader.grub = {
enable = true;
device = "/dev/sda";
efiSupport = true;
#efiSupport = true;
};
boot.initrd.availableKernelModules =
@@ -17,7 +17,7 @@
fileSystems."/" = {
device = "/dev/disk/by-uuid/abc944c6-484a-4abe-a675-906e3781d71f";
fsType = "btrfs";
fsType = "ext4";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/C555-300B";