Enable docker autoprune by default
This commit is contained in:
parent
e1fd7f1315
commit
dbd1e0a757
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
./automatic-garbage-collection.nix
|
./automatic-garbage-collection.nix
|
||||||
./btrfs-scrub.nix
|
./btrfs-scrub.nix
|
||||||
./distributed.nix
|
./distributed.nix
|
||||||
|
./docker.nix
|
||||||
./extended-registry.nix
|
./extended-registry.nix
|
||||||
./fstrim.nix
|
./fstrim.nix
|
||||||
./fwupd.nix
|
./fwupd.nix
|
||||||
|
|
|
||||||
1
modules/nixos/basics/docker.nix
Normal file
1
modules/nixos/basics/docker.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{ virtualisation.docker.autoPrune.enable = true; }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue