Disable locks because they are not supported

This commit is contained in:
Andreas Zweili 2023-01-23 09:40:12 +01:00
parent fb262994be
commit 3472dcc012
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@
services.davfs2 = {
enable = true;
davUser = custom.username;
# extraConfig = ''
# use_locks 0
# '';
extraConfig = ''
use_locks 0
'';
};
fileSystems."/mnt/10_documents" = {
device = "https://nextcloud.2li.ch/remote.php/dav/files/${custom.username}/10_documents/";