This commit is contained in:
soraefir
2026-05-01 23:03:39 +02:00
parent 16add98b0d
commit 76b77b532c
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ in {
};
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
efiSysMountPoint = "/boot";
};
};
};

View File

@@ -10,7 +10,7 @@
device = "/dev/sda3";
fsType = "btrfs";
};
fileSystems."/boot/efi" = {
fileSystems."/boot" = {
device = "/dev/sda2";
fsType = "vfat";
options = [ "defaults" ];

View File

@@ -24,7 +24,7 @@
fsType = "ext4";
};
fileSystems."/boot/efi" = {
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/349E-5086";
fsType = "vfat";
};

View File

@@ -17,7 +17,7 @@
fsType = "ext4";
};
fileSystems."/boot/efi" = {
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/F344-72E2";
fsType = "vfat";
};