refactor: remove unused extraStartArgs option

This commit is contained in:
Price Hiller 2023-12-19 00:34:23 -06:00
parent 8577ddbd57
commit b96fb41470
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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