nixos/zfs: Add defaultText for 'boot.zfs.package'-option (#122002)
This commit is contained in:
parent
6920440a69
commit
22e797947b
|
@ -103,6 +103,7 @@ in
|
|||
readOnly = true;
|
||||
type = types.package;
|
||||
default = if config.boot.zfs.enableUnstable then pkgs.zfsUnstable else pkgs.zfs;
|
||||
defaultText = "if config.boot.zfs.enableUnstable then pkgs.zfsUnstable else pkgs.zfs";
|
||||
description = "Configured ZFS userland tools package.";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue