tzupdate: add fixme
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
811388adf5
commit
2efc835c27
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ in {
|
||||||
|
|
||||||
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/misc/tzupdate.nix
|
# https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/misc/tzupdate.nix
|
||||||
systemd.services.tzupdate = {
|
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
|
wantedBy = ["network-online.target"]; # Run at boot without checking for Internet access
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue