mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
Merge pull request #251 from NixOS/dell
dell-xps-15-7590: remove 20.03 compat
This commit is contained in:
commit
f7540d6c27
1 changed files with 1 additions and 9 deletions
|
@ -1,13 +1,5 @@
|
|||
{ lib, ... }:
|
||||
# Earlier font-size setup.
|
||||
# Virtual console options were renamed in 20.03; use the right option depending
|
||||
# on the OS version; keep this here at least until 20.03 is stable.
|
||||
lib.recursiveUpdate
|
||||
(if lib.versionAtLeast (lib.versions.majorMinor lib.version) "20.03" then {
|
||||
console.earlySetup = true;
|
||||
} else {
|
||||
boot.earlyVconsoleSetup = true;
|
||||
}) {
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/pc/laptop
|
||||
|
|
Loading…
Reference in a new issue