feat: disable tmpOnTmpfs

I ran out of space too much while installing bigger things.
This commit is contained in:
buffet 2023-06-05 11:05:25 +02:00
parent f8a886fc55
commit 22d5b16f18

View file

@ -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;