From 5119867eaa271b36317a00940265418c56fc39db Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:01:03 +0100 Subject: [PATCH] the great times have come --- .../hardware-configuration.nix | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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 '';