From 073c730b9fc9108d6f5d9d269eb101e0c340f9ad Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 8 Dec 2021 15:18:39 +0000 Subject: [PATCH] tmp on tmpfs --- roles/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/common.nix b/roles/common.nix index 994c114..71ab5af 100644 --- a/roles/common.nix +++ b/roles/common.nix @@ -1,6 +1,8 @@ { config, pkgs, variables, lib, ... }: { + boot.tmpOnTmpfs = true; + console = { keyMap = "us"; font = "Lat2-Terminus16";