1
1
Fork 0

tzupdate: add fixme

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-09 20:25:26 -06:00
parent 811388adf5
commit 2efc835c27
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -14,6 +14,7 @@ in {
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/misc/tzupdate.nix
systemd.services.tzupdate = {
# FIXME: Fails at boot, possibly needs to wait for tailscaled.service
wantedBy = ["network-online.target"]; # Run at boot without checking for Internet access
};
};