From 80990b432583f0408972cac5ae0ea370925f488c Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 27 Jul 2026 01:13:20 +0200 Subject: [PATCH] nix: force slice for gateway when sharding --- nix/modules/default/gw-sharding.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/default/gw-sharding.nix b/nix/modules/default/gw-sharding.nix index a950f7a4e..f84af0a7a 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"; }; }; }