1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-07-21 19:05:19 +02:00

Add USB automount

This commit is contained in:
TheGeneralist 2026-06-04 16:08:03 +02:00
parent f6391dd234
commit 80166149a7
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -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" = { # fileSystems."/mnt/usb" = {
# device = "/dev/disk/by-label/TURTLEBAT"; # device = "/dev/disk/by-label/TURTLEBAT";
# options = [ # options = [