added test share
Check NixOS configurations / eval-hosts (push) Failing after 3h2m9s

This commit is contained in:
2026-07-07 00:03:22 +10:00
parent c15e88de35
commit 3900d617fa
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";