lxd: also use default text for other package options

This commit is contained in:
Jörg Thalheim 2020-01-30 14:26:54 +00:00
parent 665d863fce
commit ccb3846596
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -31,6 +31,7 @@ in
package = mkOption {
type = types.package;
default = pkgs.lxd;
defaultText = "pkgs.lxd";
description = ''
The LXD package to use.
'';
@ -39,6 +40,7 @@ in
lxcPackage = mkOption {
type = types.package;
default = pkgs.lxc;
defaultText = "pkgs.lxc";
description = ''
The LXC package to use with LXD (required for AppArmor profiles).
'';