mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
Tidy-up
This commit is contained in:
@@ -8,9 +8,8 @@ in {
|
||||
./linux-5.19.17
|
||||
];
|
||||
|
||||
options.microsoft-surface.kernel-version = mkOption {
|
||||
options.microsoft-surface.kernelVersion = mkOption {
|
||||
description = "Kernel Version to use (patched for MS Surface)";
|
||||
type = types.enum [ ];
|
||||
# default = "5.19.17";
|
||||
type = types.enum [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user