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
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
autoPrune = {
|
||||
enable = true;
|
||||
dates = "daily";
|
||||
};
|
||||
};
|
||||
|
||||
# remove nano
|
||||
|
|
Loading…
Add table
Reference in a new issue