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. - ''; - }; }; })); };