this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: auto prune all Docker unused images and volumes

+7 -1
+7 -1
configuration.nix
··· 176 176 docker = { 177 177 enable = true; 178 178 enableOnBoot = false; 179 - autoPrune.enable = true; 179 + autoPrune = { 180 + enable = true; 181 + flags = [ 182 + "--all" 183 + "--volumes" 184 + ]; 185 + }; 180 186 }; 181 187 libvirtd = { 182 188 enable = true;