diff options
author | lassulus <lassulus@lassul.us> | 2019-05-05 10:40:24 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2019-05-05 10:40:24 +0200 |
commit | 9da52b378d55113158702e010b3725f5b605a85d (patch) | |
tree | 0ecdca4cb64f170b0da6ff9a88608c2cfcf4dc40 /makefu/1systems/x/config.nix | |
parent | 595574d4338e12c53b5f4c8c9e2c087bc668b7b5 (diff) | |
parent | 98f0d7fef497037f82711cc62db61008e26280b2 (diff) |
Merge remote-tracking branch 'gum/master'
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; } |