From 535858952c1308aaff4d4c3bdd1c38a56e66c6e0 Mon Sep 17 00:00:00 2001 From: John Soo Date: Wed, 1 Dec 2021 13:48:12 -0800 Subject: [PATCH] darwin-installer: Do not kickstart darwin-store service. It is now RunOnlyOnce, so it is automatically unloaded after running. It should also be forcefully loaded by launchctl bootstrap... --- scripts/create-darwin-volume.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/create-darwin-volume.sh b/scripts/create-darwin-volume.sh index f2cf4cba6..b0563a4d1 100755 --- a/scripts/create-darwin-volume.sh +++ b/scripts/create-darwin-volume.sh @@ -812,12 +812,6 @@ EOF # TODO: should probably alert the user if this is disabled? _sudo "to launch the Nix volume mounter" \ launchctl bootstrap system "$NIX_VOLUME_MOUNTD_DEST" || true - # TODO: confirm whether kickstart is necessesary? - # I feel a little superstitous, but it can guard - # against multiple problems (doesn't start, old - # version still running for some reason...) - _sudo "to launch the Nix volume mounter" \ - launchctl kickstart -k system/org.nixos.darwin-store fi }