This commit is contained in:
Philip Peterson 2026-06-11 23:22:42 -07:00
parent 75006dab18
commit 183e1875e1

View file

@ -269,6 +269,11 @@ in {
virtualisation.podman = { virtualisation.podman = {
enable = true; enable = true;
defaultNetwork.settings.dns_enabled = true; defaultNetwork.settings.dns_enabled = true;
autoPrune = {
enable = true;
flags = [ "--all" ];
dates = "daily";
};
}; };
# KDE Plasma spawns many threads (and obexd loops without Bluetooth hardware). # KDE Plasma spawns many threads (and obexd loops without Bluetooth hardware).