feat(adho): Add local configuration of adho machine
This commit is contained in:
parent
e2279e52c3
commit
a844da9351
1 changed files with 7 additions and 0 deletions
7
adho-configuration.nix
Normal file
7
adho-configuration.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Local configuration for 'adho' (Thinkpad T470s)
|
||||||
|
{ config, ...}:
|
||||||
|
|
||||||
|
{
|
||||||
|
networking.hostName = "adho";
|
||||||
|
services.xserver.libinput.enable = true;
|
||||||
|
}
|
Loading…
Reference in a new issue