diff --git a/hosts/thegeneralist-central/hardware-configuration.nix b/hosts/thegeneralist-central/hardware-configuration.nix index 9ec55af..59d3951 100644 --- a/hosts/thegeneralist-central/hardware-configuration.nix +++ b/hosts/thegeneralist-central/hardware-configuration.nix @@ -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 '';