Change USB automount partition to /dev/sda1
This commit is contained in:
parent
a2cca37af0
commit
baeec2f0ad
|
@ -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"; };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue