My nix-darwin and NixOS config
3
fork

Configure Feed

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

fix: make sure the race condition is resolved

+5 -1
+5 -1
modules/server/infra/network/caddy.nix
··· 49 49 "network-online.target" 50 50 ] 51 51 ++ lib.optional hasTailnet "acme-ewancroft.uk.service"; 52 - wants = [ "network-online.target" ] ++ lib.optional hasTailnet "acme-ewancroft.uk.service"; 52 + wants = [ 53 + "tailscaled.service" 54 + "network-online.target" 55 + ] 56 + ++ lib.optional hasTailnet "acme-ewancroft.uk.service"; 53 57 }; 54 58 55 59 # ── ACME wildcard cert for tailnet vhosts ─────────────────────────────────