From 3b78176d1e6cc57402d3ae39d1d4febab7f98056 Mon Sep 17 00:00:00 2001 From: Bladesy Date: Thu, 2 Jan 2025 00:48:43 +0000 Subject: [PATCH] fix: correct sb1 idle-timeout mount option --- modules/sv1.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/sv1.nix b/modules/sv1.nix index e0d6d50..691bd36 100644 --- a/modules/sv1.nix +++ b/modules/sv1.nix @@ -106,8 +106,7 @@ options = [ "x-systemd.automount" "noauto" - "x-systemd" - "idle-timeout=60" + "x-systemd.idle-timeout=60" "x-systemd.device-timeout=5s" "x-systemd.mount-timeout=5s" "credentials=${config.sops.templates.sb1-credentials.path}"