summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-06-30 18:40:04 +0200
committerAlan Pearce2018-06-30 18:41:03 +0200
commit27ce842c9dccd98008e7ff76296ffeaa46e9d9eb (patch)
tree05cb184033c97ec1ae4dfd0e91de5e99b90b1757
parentcf7f46b1b1d99ebb67c0a183e266937bdc39596d (diff)
downloadnixos-configuration-27ce842c9dccd98008e7ff76296ffeaa46e9d9eb.tar.lz
nixos-configuration-27ce842c9dccd98008e7ff76296ffeaa46e9d9eb.tar.zst
nixos-configuration-27ce842c9dccd98008e7ff76296ffeaa46e9d9eb.zip
satoshipad: Configure a realistic docker prune time
-rw-r--r--satoshipad.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/satoshipad.nix b/satoshipad.nix
index 54ce5bd..d164864 100644
--- a/satoshipad.nix
+++ b/satoshipad.nix
@@ -47,6 +47,7 @@
 
   nix.gc.dates = "12:00";
   system.autoUpgrade.dates = "12:24";
+  virtualisation.docker.autoPrune.dates = "Mon, 13:00";
 
   system.stateVersion = "18.03";
 }