Increase /tmp to 4G

This commit is contained in:
Gabriel Simmer 2024-05-04 15:11:24 +01:00
parent 8a5af77597
commit 24931c2c7f
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
in [
(import (builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
sha256 = "1dqmw3v3w8grqyc492hadxswvj0dfw4w2mbb4nmfcmnanr5i3ys3";
sha256 = "0yy91pryh8pbq2sz07nzjb11s5ghrn9773v0vsh475an4g4p9933";
}))
discordOverlay
];

View file

@ -30,7 +30,7 @@
fileSystems."/tmp" = {
device = "tmpfs";
fsType = "tmpfs";
options = [ "size=1G" "mode=777" ]; # mode=755 so only root can write to those files
options = [ "size=4G" "mode=777" ]; # mode=755 so only root can write to those files
};
swapDevices = [