From 2efc835c270dcc3a85d6642bfd9a7e9177d664ee Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 9 Jan 2025 20:25:26 -0600 Subject: [PATCH] tzupdate: add fixme Signed-off-by: Myned --- options/custom/services/tzupdate.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/options/custom/services/tzupdate.nix b/options/custom/services/tzupdate.nix index 88229ff..291b039 100644 --- a/options/custom/services/tzupdate.nix +++ b/options/custom/services/tzupdate.nix @@ -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 }; };