about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <^@regexmail.net>2016-07-07 00:25:32 +0100
committerdevhell <^@regexmail.net>2016-07-07 00:25:32 +0100
commitc5758684d72f7e939825a449ef771b7d5d82011b (patch)
tree158af39a2167c01493986b17fc46b319e45fe63e
parent2de7d1ab4cfd9df14f99c06938d846937a7f100d (diff)
Revert "machine_common: Temporarily switch to testing"
This reverts commit 2de7d1ab4cfd9df14f99c06938d846937a7f100d.
-rw-r--r--machines/machine_common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/machine_common.nix b/machines/machine_common.nix
index 51ca10e9..41c37d14 100644
--- a/machines/machine_common.nix
+++ b/machines/machine_common.nix
@@ -2,7 +2,7 @@
 
 {
   boot = {
-    kernelPackages = pkgs.linuxPackages_testing;
+    kernelPackages = pkgs.linuxPackages_latest;
     cleanTmpDir = true;
   };