From 772444fc9597e7937aec07a0fc7ead15d7eb12cb Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Thu, 4 Jul 2024 21:27:37 +0200 Subject: [PATCH] rpi files trash keeptree + comment out wstunnel --- hosts/rpi.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/rpi.nix b/hosts/rpi.nix index e2df238..88a08b7 100644 --- a/hosts/rpi.nix +++ b/hosts/rpi.nix @@ -167,6 +167,8 @@ ######################################### wstunnel ####################################### + # broken with 24.05 and currently not used anyway + /* systemd.services.wstunnel = { enable = true; description = "WStunnel for SSH connections and Wireguard VPN"; @@ -180,6 +182,7 @@ }; wantedBy = [ "multi-user.target" ]; }; + */ ###################################### dyndns #################################### @@ -295,11 +298,11 @@ # Papierkorb "vfs object" = "recycle"; "recycle:repository" = "/home/files/storage/files/trash-files"; - "recycle:keeptree" = "No"; + "recycle:keeptree" = "Yes"; "recycle:versions" = "Yes"; "recycle:touch" = "Yes"; "recycle:touch_mtime" = "Yes"; - "recycle:maxsize" = "8000"; + "recycle:maxsize" = "80000"; }; lan = { "comment" = "gastordner";