mirror of
https://github.com/AsgardEternal/Squad.nix.git
synced 2024-12-30 16:29:17 -06:00
refactor: remove unused extraStartArgs
option
This commit is contained in:
parent
8577ddbd57
commit
b96fb41470
@ -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.
|
||||
'';
|
||||
};
|
||||
};
|
||||
}));
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user