diff options
author | makefu <github@syntax-fehler.de> | 2019-04-20 09:46:04 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-04-20 09:46:04 +0200 |
commit | d19aedb81c0e5aa7a292ff00aaf870ab3c0579ea (patch) | |
tree | 533d93a4c94a4e4bb9adc04fea273b38a5196f3b /makefu | |
parent | 7e99a8215b8ce6d632189c883035e431feb87326 (diff) |
ma x.r: use stable kernel due to wifi issues
Diffstat (limited to 'makefu')
-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; } |