From 08e72e329355a6447a264b0796058694065c3edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Thu, 3 Jul 2025 08:31:04 -0600 Subject: [PATCH] chore: Disable WebDAV server --- hosts/deertopia/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/deertopia/configuration.nix b/hosts/deertopia/configuration.nix index 2bb026c..e6ec72d 100755 --- a/hosts/deertopia/configuration.nix +++ b/hosts/deertopia/configuration.nix @@ -46,7 +46,7 @@ lldap.pam.enable = true; nginx.enable = true; slskd.enable = true; - webdav.enable = true; + # webdav.enable = true; copyparty.enable = true; syncthing.enable = true; cache.enable = true;