prune
This commit is contained in:
parent
75006dab18
commit
183e1875e1
1 changed files with 5 additions and 0 deletions
|
|
@ -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).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue