added test share

This commit is contained in:
2026-07-07 00:03:22 +10:00
parent 258d471b21
commit 74bdbd8c9a
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ systemd.timers.nextcloud = {
# Create nextcloud cron scheduled task
systemd.services.docker-prune = {
description = "Prune docker data";
script = ''${pkgs.docker} system prune --volumes --all'';
script = ''${pkgs.docker} system prune --volumes --all --force'';
serviceConfig = {
Type = "oneshot";
User = "nixos";