From a844da9351844fc9d7c0d3f710005d16264d7e4e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 15 Oct 2017 16:28:43 +0200 Subject: feat(adho): Add local configuration of adho machine --- adho-configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 adho-configuration.nix (limited to 'adho-configuration.nix') diff --git a/adho-configuration.nix b/adho-configuration.nix new file mode 100644 index 000000000000..ae7ac5e0060f --- /dev/null +++ b/adho-configuration.nix @@ -0,0 +1,7 @@ +# Local configuration for 'adho' (Thinkpad T470s) +{ config, ...}: + +{ + networking.hostName = "adho"; + services.xserver.libinput.enable = true; +} -- cgit 1.4.1