update smithers

master
Yorick van Pelt 2023-09-17 19:12:14 +02:00
parent 1e7be7c9c0
commit 20a15cd20a
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
2 changed files with 5 additions and 2 deletions

View File

@ -135,7 +135,7 @@ in {
# x11 carbon
input."2:10:TPPS/2_Elan_TrackPoint".accel_profile = "flat";
output."California Institute of Technology 0x1403 Unknown".bg = bg.x11carbon;
output."California Institute of Technology 0x1403".bg = bg.x11carbon;
input."1739:30383:DLL075B:01_06CB:76AF_Touchpad" = {
natural_scroll = "enabled";
tap = "enabled";

View File

@ -13,7 +13,10 @@
boot.supportedFilesystems = [ "zfs" ];
boot.kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages;
networking.wireless.enable = true;
networking.wireless = {
enable = false;
iwd.enable = true;
};
networking.hostId = "54a8968e";
services.zfs.autoScrub.enable = true;