This commit is contained in:
2026-01-19 12:03:52 +03:00
parent ff2f24a25d
commit 07fee635a3
3 changed files with 13 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
root - "50213d1b-ec8c-4d8d-a4e5-1fd0ee204687"
4 - "b3aeb2c4-ace5-4764-8479-12b223c701ba"
+4 -2
View File
@@ -44,11 +44,13 @@
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-partuuid/50213d1b-ec8c-4d8d-a4e5-1fd0ee204687";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP";
#device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP";
device = "/dev/disk/by-partuuid/b3aeb2c4-ace5-4764-8479-12b223c701ba";
fsType = "vfat";
options = [
"fmask=0077"