Merge pull request #189703 from ck3d/remove-incomplient-nspawn-options

nixos/nspawn: Remove not compliant options
This commit is contained in:
markuskowa 2022-10-22 12:19:49 +02:00 committed by GitHub
commit 79638604bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,9 @@ let
];
instanceOptions = {
options = sharedOptions // {
options =
(getAttrs [ "enable" ] sharedOptions)
// {
execConfig = mkOption {
default = {};
example = { Parameters = "/bin/sh"; };