Merge pull request #189703 from ck3d/remove-incomplient-nspawn-options
nixos/nspawn: Remove not compliant options
This commit is contained in:
commit
79638604bb
@ -45,7 +45,9 @@ let
|
||||
];
|
||||
|
||||
instanceOptions = {
|
||||
options = sharedOptions // {
|
||||
options =
|
||||
(getAttrs [ "enable" ] sharedOptions)
|
||||
// {
|
||||
execConfig = mkOption {
|
||||
default = {};
|
||||
example = { Parameters = "/bin/sh"; };
|
||||
|
Loading…
Reference in New Issue
Block a user