cleaning?

This commit is contained in:
2025-09-17 14:15:40 +03:00
parent b7ce4a8342
commit 7edae13daa
11 changed files with 12 additions and 56 deletions
@@ -15,14 +15,6 @@
device = lib.mkForce "/dev/disk/by-partlabel/disk-main-root"; # "/dev/disk/by-partlabel/disk-main-root";
fsType = "ext4";
};
# "/boot" = {
# device = lib.mkForce "/dev/disk/by-partlabel/disk-main-ESP";
# fsType = "vfat";
# options = [
# "fmask=0022"
# "dmask=0022"
# ];
# };
};
# swapDevices = [