Change USB automount partition to /dev/sda1

This commit is contained in:
coolneng 2021-12-13 22:52:09 +01:00
parent a2cca37af0
commit baeec2f0ad
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -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"; };
} }