diff --git a/1systems/x/config.nix b/1systems/x/config.nix
index 3c5e50c..32a5489 100644
--- a/1systems/x/config.nix
+++ b/1systems/x/config.nix
@@ -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;
 }