summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/x/config.nix
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2019-05-14 19:02:02 +0200
committerjeschli <jeschli@gmail.com>2019-05-14 19:02:02 +0200
commite869a8a82ad32aacf235b846c4d14a1791745c56 (patch)
tree1ff8687992a78a39513acd1c6da13adc794d0abc /makefu/1systems/x/config.nix
parent3899d0195c6077174e2d416c490dfae8783acee5 (diff)
parente9f96d7757f48000c6c4a4c1317bf4debab16a27 (diff)
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'makefu/1systems/x/config.nix')
-rw-r--r--makefu/1systems/x/config.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix
index 3c5e50c4..32a54895 100644
--- a/makefu/1systems/x/config.nix
+++ b/makefu/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;
}