lxd: also use default text for other package options
This commit is contained in:
parent
665d863fce
commit
ccb3846596
@ -31,6 +31,7 @@ in
|
|||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.lxd;
|
default = pkgs.lxd;
|
||||||
|
defaultText = "pkgs.lxd";
|
||||||
description = ''
|
description = ''
|
||||||
The LXD package to use.
|
The LXD package to use.
|
||||||
'';
|
'';
|
||||||
@ -39,6 +40,7 @@ in
|
|||||||
lxcPackage = mkOption {
|
lxcPackage = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.lxc;
|
default = pkgs.lxc;
|
||||||
|
defaultText = "pkgs.lxc";
|
||||||
description = ''
|
description = ''
|
||||||
The LXC package to use with LXD (required for AppArmor profiles).
|
The LXC package to use with LXD (required for AppArmor profiles).
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user