From 22d5b16f186adfff96b958f1bc60dca9797186f4 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 5 Jun 2023 11:05:25 +0200 Subject: [PATCH] feat: disable tmpOnTmpfs I ran out of space too much while installing bigger things. --- system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.nix b/system.nix index c9a6a6e..3628fd9 100644 --- a/system.nix +++ b/system.nix @@ -10,7 +10,7 @@ time.timeZone = "Europe/Berlin"; i18n.defaultLocale = "en_US.UTF-8"; - boot.tmpOnTmpfs = true; + #boot.tmpOnTmpfs = true; boot.loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true;