add docker auto-pruning
This commit is contained in:
parent
d8f95e6f12
commit
566786f577
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ in
|
||||||
# install docker
|
# install docker
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
autoPrune = {
|
||||||
|
enable = true;
|
||||||
|
dates = "daily";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# remove nano
|
# remove nano
|
||||||
|
|
Loading…
Add table
Reference in a new issue