diff options
author | jeschli <jeschli@gmail.com> | 2019-05-14 19:02:02 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2019-05-14 19:02:02 +0200 |
commit | e869a8a82ad32aacf235b846c4d14a1791745c56 (patch) | |
tree | 1ff8687992a78a39513acd1c6da13adc794d0abc /makefu/1systems/x/config.nix | |
parent | 3899d0195c6077174e2d416c490dfae8783acee5 (diff) | |
parent | e9f96d7757f48000c6c4a4c1317bf4debab16a27 (diff) |
Merge branch 'master' of prism.r:stockholm
Diffstat (limited to 'makefu/1systems/x/config.nix')
-rw-r--r-- | makefu/1systems/x/config.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index 3c5e50c4b..32a548954 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; } |