l 1 shodan: add x220 specific config
This commit is contained in:
parent
1a0a03a6e5
commit
6aa93b8c99
@ -19,6 +19,25 @@ with builtins;
|
|||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
#}
|
#}
|
||||||
|
{
|
||||||
|
#x220 config from mors
|
||||||
|
#TODO: make x220 config file (or look in other user dir)
|
||||||
|
hardware.trackpoint = {
|
||||||
|
enable = true;
|
||||||
|
sensitivity = 220;
|
||||||
|
speed = 0;
|
||||||
|
emulateWheel = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
services.xserver = {
|
||||||
|
videoDriver = "intel";
|
||||||
|
vaapiDrivers = [ pkgs.vaapiIntel ];
|
||||||
|
deviceSection = ''
|
||||||
|
Option "AccelMethod" "sna"
|
||||||
|
BusID "PCI:0:2:0"
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
krebs.build.host = config.krebs.hosts.shodan;
|
krebs.build.host = config.krebs.hosts.shodan;
|
||||||
|
Loading…
Reference in New Issue
Block a user