From 183e1875e1261857b1804b40ee96920bb99aa168 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Thu, 11 Jun 2026 23:22:42 -0700 Subject: [PATCH] prune --- nixos/linux.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/linux.nix b/nixos/linux.nix index 6babb79..52e6eb8 100644 --- a/nixos/linux.nix +++ b/nixos/linux.nix @@ -269,6 +269,11 @@ in { virtualisation.podman = { enable = true; defaultNetwork.settings.dns_enabled = true; + autoPrune = { + enable = true; + flags = [ "--all" ]; + dates = "daily"; + }; }; # KDE Plasma spawns many threads (and obexd loops without Bluetooth hardware).