about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/systems/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/systems/default.nix b/modules/systems/default.nix
index d69e31a..7e522d6 100644
--- a/modules/systems/default.nix
+++ b/modules/systems/default.nix
@@ -5,6 +5,9 @@
     ./ssh.nix
   ];
 
+  boot.kernelPackages = pkgs.linuxPackages_latest;
+  boot.tmpOnTmpfs = true;
+
   # Select internationalisation properties.
   i18n.defaultLocale = "en_US.UTF-8";
   console = {