mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 05:33:23 +00:00
Set uniq type on boot.loader.kernelFile
This commit is contained in:
parent
20d4dee426
commit
f31ab09b85
@ -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.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user