haumea: add snapshots (local-only) for rpool/local, correct ISO8061 format for rpool/safe
Graham Christensen committed
Feb 18, 2020 at 22:35 UTC
a33074bcb6c991f9f09501ccc260b595cdd30f11
1 file changed
+8
-1
delft/haumea.nix
+8
-1
@@ -156,11 +156,18 @@
156
autoCreation = true;
157
pure = true;
158
zetup = {
159
+ "rpool/local" = {
160
+ enable = true;
161
+ recursive = true;
162
+ plan = "15min=>5min,1hour=>15min,1day=>1hour,4day=>1day,3week=>1week";
163
+ timestampFormat = "%Y-%m-%dT%H:%M:%SZ";
164
+ };
165
+
166
"rpool/safe" = {
167
enable = true;
168
plan = "15min=>5min,1hour=>15min,1day=>1hour,4day=>1day,3week=>1week";
169
recursive = true;
163
- timestampFormat = "%Y-%m-%dT%H%M%SZ";
170
+ timestampFormat = "%Y-%m-%dT%H:%M:%SZ";
171
destinations.ogden = {
172
plan = "1hour=>5min,4day=>1hour,1week=>1day,1year=>1week,10year=>1month";
173
host = "hydraexport@lord-nibbler.gsc.io";