From bd4d34650cb58dc27014147698674f2add0aff24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A9clairevoyant?= <848000+eclairevoyant@users.noreply.github.com> Date: Wed, 10 Apr 2024 01:19:21 -0400 Subject: [PATCH] nixos/davfs2: refresh extraConfig example --- nixos/modules/services/network-filesystems/davfs2.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nixos/modules/services/network-filesystems/davfs2.nix b/nixos/modules/services/network-filesystems/davfs2.nix index 56302f2f22b6..d53e2e3e2ed9 100644 --- a/nixos/modules/services/network-filesystems/davfs2.nix +++ b/nixos/modules/services/network-filesystems/davfs2.nix @@ -50,9 +50,14 @@ in type = lines; default = ""; example = '' - kernel_fs coda proxy foo.bar:8080 use_locks 0 + + [/media/dav] + use_locks 1 + + [/home/otto/mywebspace] + gui_optimize 1 ''; description = '' Extra lines appended to the configuration of davfs2.