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