Skip to content

Commit 4556ba1

Browse files
committed
rsshub: set timezone
1 parent fe434d2 commit 4556ba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/optional-apps/rsshub.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
];
1616
image = "diygod/rsshub:chromium-bundled";
1717
environment = {
18+
TZ = config.time.timeZone;
1819
CACHE_CONTENT_EXPIRE = "600";
1920
};
2021
ports = [ "127.0.0.1:${LT.portStr.RSSHub}:1200" ];

0 commit comments

Comments
 (0)