nixos/nspawn-container: clarify format of virtualisation.systemd-nspawn option tree

This commit is contained in:
Kierán Meinhardt
2026-01-19 10:36:37 +01:00
parent 46303ebf09
commit 835e38cf1a
@@ -146,7 +146,9 @@ in
};
virtualisation.systemd-nspawn = {
package = lib.mkPackageOption pkgs "systemd" { };
options = lib.mkOption {
type = types.listOf types.str;
default = [ ];
@@ -156,6 +158,7 @@ in
See [systemd-nspawn docs](https://www.freedesktop.org/software/systemd/man/latest/systemd-nspawn.html) for a complete list.
'';
};
};
};