diff options
author | magenbluten <magenbluten@codemonkey.cc> | 2019-05-21 19:52:44 +0200 |
---|---|---|
committer | magenbluten <magenbluten@codemonkey.cc> | 2019-05-21 19:52:44 +0200 |
commit | 09552a6945bd4207c5f44b7aebd7142e7e766d83 (patch) | |
tree | a53914e3f1e286053fc64ad1d87075d2210dae25 /makefu/1systems | |
parent | c74d86cf6a1299ba0a11fcfb2341a8632b147420 (diff) | |
parent | 73997358e457b51c72d954546451008560a4adfc (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'makefu/1systems')
-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; } |