ma x.r: use stable kernel due to wifi issues

This commit is contained in:
makefu 2019-04-20 09:46:04 +02:00
parent 7e99a8215b
commit d19aedb81c
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -196,4 +196,6 @@
services.syncthing.user = lib.mkForce "makefu";
services.syncthing.dataDir = lib.mkForce "/home/makefu/.config/syncthing/";
# latest kernel (5.0) has issues with wifi card
boot.kernelPackages = pkgs.linuxPackages;
}