Set uniq type on boot.loader.kernelFile
This commit is contained in:
@@ -37,6 +37,7 @@ let
|
||||
|
||||
system.boot.loader.kernelFile = mkOption {
|
||||
default = pkgs.stdenv.platform.kernelTarget;
|
||||
type = types.uniq types.string;
|
||||
description = ''
|
||||
Name of the kernel file to be passed to the bootloader.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user