From 8b22d91e5b387a407d8624c1e05027726567d276 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 7 Nov 2022 17:23:06 +0100 Subject: [PATCH] Mount samba share without inode support --- modules/datasync.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/datasync.nix b/modules/datasync.nix index 6db7a7f..73bec27 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -90,7 +90,7 @@ type = "cifs"; where = "/ugent"; options = - "credentials=${config.age.secrets.samba-ugent.path},noperm,vers=3.11,sec=ntlmv2i"; + "credentials=${config.age.secrets.samba-ugent.path},noperm,vers=3.11,sec=ntlmv2i,noserverino"; mountConfig = { TimeoutSec = "5"; }; } ];