1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

docker module: fix autoPrune.enable description

cc #27503
This commit is contained in:
Franz Pletz 2017-07-21 16:53:50 +02:00
parent 1698bda6b3
commit 1697684591
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -100,8 +100,9 @@ in
type = types.bool;
default = false;
description = ''
Whether to periodically prune Docker resources. If enabled, a systemd timer will run
<literal>docker system prune -f</literal> once a day.
Whether to periodically prune Docker resources. If enabled, a
systemd timer will run <literal>docker system prune -f</literal>
as specified by the <literal>dates</literal> option.
'';
};