diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-12-23 13:10:02 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-12-23 13:10:02 +0100 |
commit | a82e5ed336b6f37ebfae8ee89b3ee96aab21c730 (patch) | |
tree | aa04405e60644b0f555af0110540f3dc42a17feb /hardware/thinkpad/default.nix | |
parent | Hardware: Thinkpad: Packages: Add nvramtool and flashrom (diff) | |
download | nixos-config-a82e5ed336b6f37ebfae8ee89b3ee96aab21c730.tar.gz nixos-config-a82e5ed336b6f37ebfae8ee89b3ee96aab21c730.tar.bz2 nixos-config-a82e5ed336b6f37ebfae8ee89b3ee96aab21c730.zip |
Hardware: Thinkpad: Add comments on how to setup nvramtool
Diffstat (limited to '')
-rw-r--r-- | hardware/thinkpad/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hardware/thinkpad/default.nix b/hardware/thinkpad/default.nix index 7236711..139097f 100644 --- a/hardware/thinkpad/default.nix +++ b/hardware/thinkpad/default.nix @@ -2,6 +2,13 @@ { imports = [ ./hardware.nix ]; + # nvramtool settings: + # + # fn_ctrl_swap = Enable + # wwan = Disable + # me_state = Disable + # gfx_uma_size = 128M + environment.systemPackages = with pkgs; [ flashrom nvramtool |