From 8ed3dfc9ebc52a50c3e6d4623204847822944422 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Feb 2022 13:47:59 -0800 Subject: move configurations and modules around Sorry, this is a mess, hopefully the last one. --- hosts/commons/system/boot.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hosts/commons/system/boot.nix (limited to 'hosts/commons/system/boot.nix') diff --git a/hosts/commons/system/boot.nix b/hosts/commons/system/boot.nix new file mode 100644 index 0000000..974b072 --- /dev/null +++ b/hosts/commons/system/boot.nix @@ -0,0 +1,8 @@ +{ pkgs, config, lib, ... }: + +{ + boot = { + kernelPackages = pkgs.linuxPackages_latest; + tmpOnTmpfs = true; + }; +} -- cgit 1.4.1