Skip to content

Commit 3ac7834

Browse files
committed
Fix systemd wants list for bootstrap
1 parent a7106d3 commit 3ac7834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/modules/clawdinator.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ in
538538
++ lib.optional (cfg.repoSeedSnapshotDir != null) "clawdinator-repo-seed.service";
539539
wants =
540540
lib.optional cfg.bootstrap.enable "clawdinator-bootstrap.service"
541-
lib.optional cfg.githubApp.enable "clawdinator-github-app-token.service"
541+
++ lib.optional cfg.githubApp.enable "clawdinator-github-app-token.service"
542542
++ lib.optional (cfg.repoSeedSnapshotDir != null) "clawdinator-repo-seed.service";
543543

544544
environment = {

0 commit comments

Comments
 (0)