From 810e8b4086eb835e6ec6b90938ad51151bfa5ade Mon Sep 17 00:00:00 2001 From: baritone Date: Sat, 29 Mar 2025 21:52:23 +0100 Subject: [PATCH] changed vm timezone --- services/auto-torrent.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/auto-torrent.nix b/services/auto-torrent.nix index fbb794d..1c334b9 100644 --- a/services/auto-torrent.nix +++ b/services/auto-torrent.nix @@ -45,6 +45,8 @@ in { } ]; + time.timeZone = "Europe/Copenhagen"; + # 1gb of memory microvm.mem = 1024;