Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-hardware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: edb7199b5c4f
Choose a base ref
...
head repository: NixOS/nixos-hardware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e58c64a03c93
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 14, 2020

  1. lenovo/thinkpad/t460s: Remove problematic options

    See there links for details:
    
    #134 (review)
    #134 (comment)
    DamienCassou committed Apr 14, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    andir Andreas Rammhold
    Copy the full SHA
    0ef7d22 View commit details
  2. lenovo/thinkpad/t460s: Add missing acpi_call module

    This is required by tlp for battery management.
    DamienCassou committed Apr 14, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    andir Andreas Rammhold
    Copy the full SHA
    157ae44 View commit details

Commits on Apr 15, 2020

  1. Merge pull request #153 from DamienCassou/fix-t460s

    Improve support for t460s
    Mic92 authored Apr 15, 2020
    Copy the full SHA
    e58c64a View commit details
Showing with 1 addition and 4 deletions.
  1. +1 −4 lenovo/thinkpad/t460s/default.nix
5 changes: 1 addition & 4 deletions lenovo/thinkpad/t460s/default.nix
Original file line number Diff line number Diff line change
@@ -3,10 +3,7 @@
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../.
];

# TODO: boot loader
boot.loader.systemd-boot.enable = lib.mkDefault true;
boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
}