blob: e5a1d801b4a1b6d13397110b61997e6c000cd74c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# Local configuration for 'adho' (Thinkpad T470s)
{ config, ...}:
{
networking.hostName = "adho";
networking.connman.enable = true;
services.xserver.libinput.enable = true;
}
|