about summary refs log blame commit diff
path: root/adho-configuration.nix
blob: 0f8e17bb0015017b9ea399b50b97726fbd4927eb (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                 
                                                                                                  
                               
                                   

                                          
# Local configuration for 'adho' (Thinkpad T470s)
{ config, ...}:

{
  boot.initrd.luks.devices.adho.device = "/dev/disk/by-uuid/722006b0-9654-4ea1-8703-e0cf9ac1905e";
  networking.hostName = "adho";
  networking.connman.enable = true;
  services.xserver.libinput.enable = true;
}