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:
parent
4f4995cf75
commit
5119867eaa
1 changed files with 8 additions and 9 deletions
|
|
@ -35,15 +35,14 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
# fileSystems."/mnt/usb" = {
|
fileSystems."/mnt/usb" = {
|
||||||
# device = "/dev/disk/by-uuid/AADEEA03DEE9C7A1";
|
device = "/dev/disk/by-label/TURTLEBAT";
|
||||||
# fsType = "ntfs-3g";
|
options = [
|
||||||
# options = [
|
"rw"
|
||||||
# "rw"
|
"noatime"
|
||||||
# "noatime"
|
];
|
||||||
# ];
|
};
|
||||||
# };
|
|
||||||
#
|
|
||||||
boot.extraModprobeConfig = ''
|
boot.extraModprobeConfig = ''
|
||||||
options usbcore autosuspend=-1
|
options usbcore autosuspend=-1
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue