summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/network-filesystems
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-10 01:19:21 -0400
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-11 17:37:36 -0400
commitbd4d34650cb58dc27014147698674f2add0aff24 (patch)
tree090d5d55f49abfb00bf0b0dbc5889034d0ed0260 /nixos/modules/services/network-filesystems
parent0ac090f91af885eee5d10e6fb0c3acb82ff1350f (diff)
nixos/davfs2: refresh extraConfig example
Diffstat (limited to 'nixos/modules/services/network-filesystems')
-rw-r--r--nixos/modules/services/network-filesystems/davfs2.nix7
1 files changed, 6 insertions, 1 deletions
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.