My nix-darwin and NixOS config
3
fork

Configure Feed

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

fix: more fixes and realignment

+6 -2
+6 -2
scripts/migrate-gts-to-sharkey.sh
··· 139 139 exit 0 140 140 } 141 141 142 - info "Stopping GoToSocial..." 143 - systemctl stop "$GTS_SERVICE" 142 + if systemctl is-active --quiet "$GTS_SERVICE" 2>/dev/null; then 143 + info "Stopping GoToSocial..." 144 + systemctl stop "$GTS_SERVICE" 145 + else 146 + info "GoToSocial is not running — nothing to stop." 147 + fi 144 148 145 149 warn "Now run: nixos-rebuild switch --flake .#server" 146 150 warn "(myConfig.services.sharkey.enable = true in your host config)"