From 8fc84f639c264fb84dc2abe43286a99614efc66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sat, 5 Jul 2025 17:53:55 -0600 Subject: [PATCH] Revert "chore: Disable WebDAV server" This reverts commit 08e72e329355a6447a264b0796058694065c3edd. --- 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 af140fa..400e2ff 100755 --- a/hosts/deertopia/configuration.nix +++ b/hosts/deertopia/configuration.nix @@ -51,7 +51,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;