diff options
author | tv <tv@krebsco.de> | 2016-02-11 16:09:15 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-11 16:09:15 +0100 |
commit | 86bdf555f13694a8169403389fa7ce05d4f3651e (patch) | |
tree | a5fa36ce2979f274324460b8289ee593f26267c0 | |
parent | 040469dded0bf75bbdcbcef75bc2ece36c8a4396 (diff) |
tv x220: remove unused stuff
-rw-r--r-- | tv/2configs/hw/x220.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tv/2configs/hw/x220.nix b/tv/2configs/hw/x220.nix index 7cec670..dac5808 100644 --- a/tv/2configs/hw/x220.nix +++ b/tv/2configs/hw/x220.nix @@ -5,18 +5,11 @@ ../smartd.nix ]; - boot.initrd.availableKernelModules = [ "ahci" ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.loader.gummiboot.enable = true; boot.loader.efi.canTouchEfiVariables = true; networking.wireless.enable = true; - #hardware.enableAllFirmware = true; - #zramSwap.enable = true; - #zramSwap.numDevices = 2; - hardware.trackpoint = { enable = true; sensitivity = 220; @@ -50,10 +43,4 @@ Option "AccelMethod" "sna" ''; }; - - #services.xserver.displayManager.sessionCommands ='' - # xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 8 1 - # xinput set-int-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 8 2 - # xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5 - #''; } |