diff options
author | tv <tv@krebsco.de> | 2019-05-15 16:10:14 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-05-15 16:10:14 +0200 |
commit | 1ceae8b0e3f37b5d3a4b8ef52621f2959abaab8e (patch) | |
tree | 67d182fa8e62f01ed346714c615a64577fae1b66 /makefu/1systems | |
parent | df6007c2eb3c6fab9106c3fc591fded7221b1708 (diff) | |
parent | f541eae020a229b99afe531139be246f8aecb695 (diff) |
Merge remote-tracking branch 'gum/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; } |