feat: disable tmpOnTmpfs
I ran out of space too much while installing bigger things.
This commit is contained in:
parent
f8a886fc55
commit
22d5b16f18
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.defaultLocale = "en_US.UTF-8";
|
||||||
|
|
||||||
boot.tmpOnTmpfs = true;
|
#boot.tmpOnTmpfs = true;
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Reference in a new issue