From b96fb414705b04f35bbbfb8db6e2b235ee98f017 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 19 Dec 2023 00:34:23 -0600 Subject: [PATCH] refactor: remove unused `extraStartArgs` option --- modules/squad-server.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/squad-server.nix b/modules/squad-server.nix index 103cc6a..88fc235 100644 --- a/modules/squad-server.nix +++ b/modules/squad-server.nix @@ -756,13 +756,6 @@ in }; }; - extraStartArgs = lib.mkOption { - type = lib.types.listOf lib.types.str; - default = [ ]; - description = '' - Additional arguments to pass to the Squad Server when it is launched. - ''; - }; }; })); };