all repos — nixfiles @ 27ce842c9dccd98008e7ff76296ffeaa46e9d9eb

System and user configuration, managed by nix and home-manager

satoshipad: Configure a realistic docker prune time
Alan Pearce alan@alanpearce.eu
Sat, 30 Jun 2018 18:40:04 +0200
commit

27ce842c9dccd98008e7ff76296ffeaa46e9d9eb

parent

cf7f46b1b1d99ebb67c0a183e266937bdc39596d

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M satoshipad.nixsatoshipad.nix
@@ -47,6 +47,7 @@ networking.hostName = "satoshipad"; 
   nix.gc.dates = "12:00";
   system.autoUpgrade.dates = "12:24";
+  virtualisation.docker.autoPrune.dates = "Mon, 13:00";
 
   system.stateVersion = "18.03";
 }