This commit is contained in:
2026-01-15 18:55:52 +03:00
parent 51a8a3bea7
commit b022fd1e10
+3 -2
View File
@@ -29,11 +29,12 @@
fileSystems = { fileSystems = {
"/" = { "/" = {
device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root"; # device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root";
device = "/dev/disk/by-uuid/fe5364dc-a79c-458d-a0d0-b7ea32a56266";
fsType = "ext4"; fsType = "ext4";
}; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/E4BB-6C2F"; device = "/dev/disk/by-uuid/7ECA-F1EC";
# device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP"; # device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP";
fsType = "vfat"; fsType = "vfat";
options = [ options = [