From 658ea53528fdb3e35b0e6c997b791a22c7157053 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 24 Feb 2026 12:30:25 +0100 Subject: [PATCH] Disable copyparty for susano --- machines/susano/main/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/susano/main/default.nix b/machines/susano/main/default.nix index 3c066f1..e791775 100644 --- a/machines/susano/main/default.nix +++ b/machines/susano/main/default.nix @@ -161,7 +161,7 @@ in social.matrix.enable = false; # TODO does not work :) - file-server.copyparty.enable = true; + file-server.copyparty.enable = false; samba.enable = true;