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:
parent
f6391dd234
commit
80166149a7
1 changed files with 9 additions and 0 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue