2017-10-15 16:28:43 +02:00
|
|
|
# Local configuration for 'adho' (Thinkpad T470s)
|
|
|
|
{ config, ...}:
|
|
|
|
|
|
|
|
{
|
2017-10-15 16:42:31 +02:00
|
|
|
boot.initrd.luks.devices.adho.device = "/dev/disk/by-uuid/722006b0-9654-4ea1-8703-e0cf9ac1905e";
|
2017-10-15 16:28:43 +02:00
|
|
|
networking.hostName = "adho";
|
2017-10-15 16:29:29 +02:00
|
|
|
networking.connman.enable = true;
|
2017-10-15 16:28:43 +02:00
|
|
|
services.xserver.libinput.enable = true;
|
2017-10-16 10:11:32 +02:00
|
|
|
services.xserver.videoDrivers = [ "intel" ];
|
2017-10-15 20:01:07 +02:00
|
|
|
programs.light.enable = true;
|
2017-10-15 16:28:43 +02:00
|
|
|
}
|