From 2cd48e21a56be915d12c4d1892fa20720277814a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 9 Feb 2022 17:21:25 -0800 Subject: systems: ensure latest kernel and tmp on tmpfs --- modules/systems/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/systems') 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 = { -- cgit 1.4.1