# Sources for this configuration: # - https://nixos.wiki/wiki/Docker { config, pkgs, ... }: { virtualisation.docker = { enable = true; autoPrune = { enable = true; dates = "weekly"; }; }; }