From 6c97037a206c24aad6f54da4cfc32c3e63791ba3 Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 1 Aug 2023 12:50:46 +0300 Subject: delete run.sh, make navi tmpfs root smaller (not needed now that /tmp is on-disk for builds (but still wiped on boot)) --- hosts/navi/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') 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" ]; -- cgit 1.4.1