about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 17:21:25 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 17:21:25 -0800
commit2cd48e21a56be915d12c4d1892fa20720277814a (patch)
tree6fbc3f465c4ee7bdf29efad750da81498b303844 /modules
parentsystems: more packages (diff)
downloadworld-2cd48e21a56be915d12c4d1892fa20720277814a.tar.gz
systems: ensure latest kernel and tmp on tmpfs
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 = {