Privacy-preserving location sharing with end-to-end encryption coord.is
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add nixos-upgrade timeout and update nixpkgs

- Add 60m timeout to nixos-upgrade to prevent blocking fdroid-update
- Update nixpkgs: 078d69f (Jan 22) → 1cd347b (Jan 25)

+6 -3
+3
deploy/coord.is/configuration.nix
··· 58 58 dates = "03:00"; 59 59 }; 60 60 61 + # Timeout upgrade by 04:00 so it doesn't block fdroid-update (04:30) 62 + systemd.services.nixos-upgrade.serviceConfig.TimeoutStartSec = "60m"; 63 + 61 64 # Tailscale (connects to headscale) 62 65 services.tailscale = { 63 66 useRoutingFeatures = "server";
+3 -3
flake.lock
··· 89 89 }, 90 90 "nixpkgs": { 91 91 "locked": { 92 - "lastModified": 1769089682, 93 - "narHash": "sha256-9yA/LIuAVQq0lXelrZPjLuLVuZdm03p8tfmHhnDIkms=", 92 + "lastModified": 1769318308, 93 + "narHash": "sha256-Mjx6p96Pkefks3+aA+72lu1xVehb6mv2yTUUqmSet6Q=", 94 94 "owner": "NixOS", 95 95 "repo": "nixpkgs", 96 - "rev": "078d69f03934859a181e81ba987c2bb033eebfc5", 96 + "rev": "1cd347bf3355fce6c64ab37d3967b4a2cb4b878c", 97 97 "type": "github" 98 98 }, 99 99 "original": {