Use Linux 3.14 for now to work around weird segfaults
Eelco Dolstra committed
Sep 30, 2015 at 20:24 UTC
e2efd7791b85d9f2280f2ee6dc28b791709d0877
1 file changed
+2
delft/common.nix
+2
@@ -18,6 +18,8 @@ with pkgs.lib;
18
19
services.openssh.authorizedKeysFiles = mkForce [ "/etc/ssh/authorized_keys.d/%u" ];
20
21
+ boot.kernelPackages = pkgs.linuxPackages_3_14;
22
+
23
boot.kernelModules = [ "coretemp" ];
24
25
boot.supportedFilesystems = [ "nfs" ];