From 80166149a763c0f9dc68670b3d93063ef812a37d Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:08:03 +0200 Subject: [PATCH] Add USB automount --- hosts/thegeneralist-central/hardware-configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hosts/thegeneralist-central/hardware-configuration.nix b/hosts/thegeneralist-central/hardware-configuration.nix index 1457e67..429c1e8 100644 --- a/hosts/thegeneralist-central/hardware-configuration.nix +++ b/hosts/thegeneralist-central/hardware-configuration.nix @@ -36,6 +36,15 @@ } ]; + fileSystems."/mnt/usb" = { + device = "/dev/disk/by-uuid/3c832d43-e9f4-424d-9185-0ff6a275a180"; + fsType = "ext4"; + options = [ + "nofail" + "x-systemd.automount" + ]; + }; + # fileSystems."/mnt/usb" = { # device = "/dev/disk/by-label/TURTLEBAT"; # options = [