summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-02 19:18:21 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-02 19:18:21 +0200
commit2603a0a901193d565a759763984400844a7065fc (patch)
tree368c71e380734b2f88a8507528bfcb2edbdd24cf
parent61bfad54e8339828587334be1d26d1a67dccb284 (diff)
downloadnixos-2603a0a901193d565a759763984400844a7065fc.tar
nixos-2603a0a901193d565a759763984400844a7065fc.tar.gz
nixos-2603a0a901193d565a759763984400844a7065fc.tar.bz2
nixos-2603a0a901193d565a759763984400844a7065fc.tar.xz
nixos-2603a0a901193d565a759763984400844a7065fc.zip
select sane kernel
-rw-r--r--bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index a4a8e283..8db6110c 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -103,6 +103,7 @@ in rec {
103 enable = true; 103 enable = true;
104 alsaSeq.enable = false; 104 alsaSeq.enable = false;
105 kernel = { 105 kernel = {
106 packages = with pkgs; linuxPackages_latest_rt;
106 optimize = true; 107 optimize = true;
107 realtime = true; 108 realtime = true;
108 }; 109 };