From c8e55f0d7aa436ee27afb5aab635345f0ccaaa49 Mon Sep 17 00:00:00 2001 From: albert <albert@sysctl.io> Date: Sat, 22 Feb 2025 11:52:42 -0800 Subject: [PATCH] Updates --- nixos/common/services/docker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/services/docker.nix b/nixos/common/services/docker.nix index 56aee0a9..27626a38 100644 --- a/nixos/common/services/docker.nix +++ b/nixos/common/services/docker.nix @@ -21,7 +21,7 @@ autoPrune = { enable = true; dates = "weekly"; - flags = "--all"; + flags = ["--all"]; }; daemon.settings = { registry-mirrors = [ "https://registry.sysctl.io" ];