From 0c23a823c638249e0517607dd84d7e818adacfff Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 20 Mar 2026 22:49:21 +0800 Subject: [PATCH] feat(shoukei): reduce size limit for root tmpfs --- hosts/12kingdoms-shoukei/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/12kingdoms-shoukei/hardware-configuration.nix b/hosts/12kingdoms-shoukei/hardware-configuration.nix index 8008c313..73b9dbe0 100644 --- a/hosts/12kingdoms-shoukei/hardware-configuration.nix +++ b/hosts/12kingdoms-shoukei/hardware-configuration.nix @@ -100,7 +100,7 @@ in # set mode to 755, otherwise systemd will set it to 777, which cause problems. # relatime: Update inode access times relative to modify or change time. options = [ - "size=4G" + "size=1G" "relatime" "mode=755" ];