summary refs log tree commit diff
path: root/hosts/navi
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-08-01 12:50:46 +0300
committertzlil <tzlils@protonmail.com>2023-08-01 12:50:46 +0300
commit6c97037a206c24aad6f54da4cfc32c3e63791ba3 (patch)
tree3c0291ab7b4d7fac41b10b016ac4738247804d10 /hosts/navi
parent23be437c10db27db1242971db13d64c1e04f9c19 (diff)
delete run.sh, make navi tmpfs root smaller (not needed now that /tmp is on-disk for builds (but still wiped on boot))
Diffstat (limited to 'hosts/navi')
-rw-r--r--hosts/navi/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/navi/hardware-configuration.nix b/hosts/navi/hardware-configuration.nix
index 7b24c68..c0a9661 100644
--- a/hosts/navi/hardware-configuration.nix
+++ b/hosts/navi/hardware-configuration.nix
@@ -62,7 +62,7 @@ in {
     nodev."/" = {
       fsType = "tmpfs";
       mountOptions = [
-        "size=8G"
+        "size=2G"
         "defaults"
         "mode=755"
       ];