summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-07-27 01:13:20 +0200
committerRory& <root@rory.gay>2026-07-27 01:13:20 +0200
commit80990b432583f0408972cac5ae0ea370925f488c (patch)
tree985ba884ddd64657cbd3e019875fa6b57f31de10
parentnix: forgot a word (diff)
downloadserver-ts-80990b432583f0408972cac5ae0ea370925f488c.tar.xz
nix: force slice for gateway when sharding
-rw-r--r--nix/modules/default/gw-sharding.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/default/gw-sharding.nix b/nix/modules/default/gw-sharding.nix

index a950f7a4..f84af0a7 100644 --- a/nix/modules/default/gw-sharding.nix +++ b/nix/modules/default/gw-sharding.nix
@@ -59,7 +59,7 @@ in }) cfg.extraGatewayPorts ) // { - "spacebar-gateway".serviceConfig.Slice = "system-spacebar-gateway.slice"; + "spacebar-gateway".serviceConfig.Slice = lib.mkForce "system-spacebar-gateway.slice"; }; }; }