common/docker: enable autopruning
This commit is contained in:
@@ -272,4 +272,10 @@ in {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation.docker.autoPrune = {
|
||||
enable = lib.mkDefault true;
|
||||
flags = [ "--system" "--all" ];
|
||||
dates = "daily";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user