Enable docker autoprune by default

This commit is contained in:
Filippo Berto 2025-07-06 20:17:02 +02:00
parent e1fd7f1315
commit dbd1e0a757
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
./automatic-garbage-collection.nix
./btrfs-scrub.nix
./distributed.nix
./docker.nix
./extended-registry.nix
./fstrim.nix
./fwupd.nix

View file

@ -0,0 +1 @@
{ virtualisation.docker.autoPrune.enable = true; }