1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-10 10:40:29 +01:00

the great times have come

This commit is contained in:
TheGeneralist 2026-03-09 17:01:03 +01:00
parent 4f4995cf75
commit 5119867eaa
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -35,15 +35,14 @@
}
];
# fileSystems."/mnt/usb" = {
# device = "/dev/disk/by-uuid/AADEEA03DEE9C7A1";
# fsType = "ntfs-3g";
# options = [
# "rw"
# "noatime"
# ];
# };
#
fileSystems."/mnt/usb" = {
device = "/dev/disk/by-label/TURTLEBAT";
options = [
"rw"
"noatime"
];
};
boot.extraModprobeConfig = ''
options usbcore autosuspend=-1
'';