prevent killing forgejo runners on nixos-rebuild switch
All checks were successful
/ deploy (push) Successful in 21s
All checks were successful
/ deploy (push) Successful in 21s
This commit is contained in:
parent
dbda4f00c1
commit
4482f2a285
1 changed files with 5 additions and 0 deletions
|
|
@ -29,4 +29,9 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services.gitea-runner-default = {
|
||||||
|
# don't restart on `nixos-rebuild switch`
|
||||||
|
restartIfChanged = false;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue