From d26b1e2697577543bfe2dd2b6cdb4e770f873cb1 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 1 May 2024 22:02:37 +0200 Subject: [PATCH] mount share no creds --- systems/club-mate/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/club-mate/default.nix b/systems/club-mate/default.nix index d8d710f..ca7feaf 100644 --- a/systems/club-mate/default.nix +++ b/systems/club-mate/default.nix @@ -33,7 +33,7 @@ # this line prevents hanging on network split automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s"; - in ["${automount_opts},credentials=/etc/nixos/smb-secrets"]; + in ["${automount_opts}"]; }; hardware.raspberry-pi."4".fkms-3d.enable = true;