From f1358133b13662fc1882e9e9c426cf58140c788f Mon Sep 17 00:00:00 2001 From: helmi Date: Mon, 15 Dec 2025 23:31:04 +0100 Subject: [PATCH] mount options --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index db3fbcf..ce6b8b0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -85,6 +85,12 @@ device = "files:/mnt/default/homes"; fsType = "nfs"; + options = [ + "_netdev" + "x-systemd.automount" + "noatime" + "nofail" + ] };