tweak(personal): edit filesystem metadata

This commit is contained in:
Kiana Sheibani 2026-02-08 07:44:37 -05:00
parent c2f58e95d7
commit fc97c7937a
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -16,12 +16,18 @@
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/278088c7-1e81-4aec-ae7a-849bbfb4c8bc"; { device = "/dev/disk/by-uuid/278088c7-1e81-4aec-ae7a-849bbfb4c8bc";
fsType = "ext4"; fsType = "ext4";
options = [ "noatime" ];
}; };
fileSystems."/boot" = fileSystems."/boot/firmware" =
{ device = "/dev/disk/by-uuid/56DC-DAA1"; { device = "/dev/disk/by-uuid/56DC-DAA1";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ]; options = [
"noatime"
"noauto"
"x-systemd.automount"
"x-systemd.idle-timeout=1min"
];
}; };
swapDevices = swapDevices =