This commit is contained in:
2025-09-17 11:45:41 +03:00
parent 6337d8b3e3
commit 72654657da
@@ -59,11 +59,11 @@
fileSystems = { fileSystems = {
"/" = { "/" = {
device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-root"; device = "/dev/disk/by-partlabel/${xlib.device.hostname}";
fsType = "ext4"; fsType = "ext4";
}; };
"/boot" = { "/boot" = {
device = "/dev/disk/by-partlabel/${xlib.device.hostname}"; device = "/dev/disk/by-partlabel/disk-${xlib.device.hostname}-ESP";
fsType = "vfat"; fsType = "vfat";
options = [ options = [
"fmask=0077" "fmask=0077"