x13s: fiddle with modules because of screen blanking issues

This commit is contained in:
steveej 2024-01-22 14:51:46 +01:00
parent 5af42df5a9
commit 2ff952b3a3
3 changed files with 118 additions and 78 deletions

View file

@ -45,6 +45,13 @@
}
];
hardware.thinkpad-x13s = {
enable = true;
# TODO: use hardware address
bluetoothMac = "65:9e:7a:8b:86:28";
};
networking = {
hostName = nodeName;
@ -59,8 +66,12 @@
nixpkgs.config.allowUnfree = true;
environment.systemPackages = [
pkgs.sshfs
pkgs.util-linux
pkgs.coreutils
pkgs.vim
pkgs.git
pkgs.git-crypt
];
}