From c29451d38adea0a86b0796e479c35273fd1c2b1b Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Thu, 19 Mar 2026 13:08:23 +0000 Subject: [PATCH] fix unraid mnts --- modules/hosts/nixos.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hosts/nixos.nix b/modules/hosts/nixos.nix index e5f6609..5003a95 100644 --- a/modules/hosts/nixos.nix +++ b/modules/hosts/nixos.nix @@ -132,7 +132,9 @@ in { "gid=1000" "iocharset=utf8" "nofail" + "x-systemd.automount" "_netdev" + "noserverino" "vers=3.0" ]; }; @@ -146,7 +148,9 @@ in { "gid=1000" "iocharset=utf8" "nofail" + "x-systemd.automount" "_netdev" + "noserverino" "vers=3.0" ]; };