diff --git a/mount.nix b/mount.nix index 36a7774..de8dcf7 100644 --- a/mount.nix +++ b/mount.nix @@ -25,13 +25,9 @@ fsType = "cifs"; options = [ "credentials=/etc/nixos/secrets/storagebox-nextcloud-credentials" - "uid=nextcloud" - "gid=nextcloud" "file_mode=0770" "dir_mode=0770" "vers=3.0" - "x-systemd.automount" - "x-systemd.requires=network-online.target" "_netdev" "nofail" ];