Change USB automount partition to /dev/sda1
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
systemd.mounts = [
|
systemd.mounts = [
|
||||||
# USB
|
# USB
|
||||||
{
|
{
|
||||||
what = "/dev/sdb1";
|
what = "/dev/sda1";
|
||||||
where = "/usb";
|
where = "/usb";
|
||||||
mountConfig = { TimeoutSec = "5"; };
|
mountConfig = { TimeoutSec = "5"; };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user