feat(adho): Add local configuration of adho machine

This commit is contained in:
Vincent Ambo 2017-10-15 16:28:43 +02:00
parent e2279e52c3
commit a844da9351

7
adho-configuration.nix Normal file
View file

@ -0,0 +1,7 @@
# Local configuration for 'adho' (Thinkpad T470s)
{ config, ...}:
{
networking.hostName = "adho";
services.xserver.libinput.enable = true;
}