mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
cleaning?
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user