My nix-darwin and NixOS config
3
fork

Configure Feed

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

fix: remove unnecessary lines

+1 -4
+1 -4
modules/server/sharkey.nix
··· 86 86 Restart = lib.mkForce "always"; 87 87 RestartSec = cfg.server.servicePolicy.restartSec; 88 88 }; 89 - unitConfig = { 90 - StartLimitIntervalSec = cfg.server.servicePolicy.startLimitIntervalSec; 91 - StartLimitBurst = cfg.server.servicePolicy.startLimitBurst; 92 - }; 89 + 93 90 }; 94 91 95 92 # ── Caddy vhost — same pattern as every other CF-tunnel service ───────────