Skip to content

Commit 887be27

Browse files
committed
fix: use helsinki timezone for backup timer (instead of UTC)
1 parent 88d181d commit 887be27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tikpannu-nixos-config/modules/backup/configuration.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
stagingDir = "/var/lib/backup";
88

99
dates = [
10-
"04:00"
10+
"04:00 Europe/Helsinki"
1111
];
1212

1313
retentionFlags = [

0 commit comments

Comments
 (0)