mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-25 09:36:14 +01:00
wip
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
417c3dee36
commit
8b974684b5
|
@ -12,7 +12,8 @@ nglib.makeSystem {
|
||||||
|
|
||||||
init.services.heisenbridge = {
|
init.services.heisenbridge = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
shutdownOnExit = true;
|
# heisenbridge needs to retry the connection and task restarting does not work currently
|
||||||
|
shutdownOnExit = false;
|
||||||
script =
|
script =
|
||||||
let
|
let
|
||||||
config =
|
config =
|
||||||
|
|
Loading…
Reference in a new issue