fix: correct sb1 idle-timeout mount option

This commit is contained in:
Bladesy 2025-01-02 00:48:43 +00:00
parent 507194e35b
commit 3b78176d1e

View File

@ -106,8 +106,7 @@
options = [ options = [
"x-systemd.automount" "x-systemd.automount"
"noauto" "noauto"
"x-systemd" "x-systemd.idle-timeout=60"
"idle-timeout=60"
"x-systemd.device-timeout=5s" "x-systemd.device-timeout=5s"
"x-systemd.mount-timeout=5s" "x-systemd.mount-timeout=5s"
"credentials=${config.sops.templates.sb1-credentials.path}" "credentials=${config.sops.templates.sb1-credentials.path}"