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"; }; }; }