From 1df3bcc3b96c5e5bf0f5e4d337cd017569415233 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 16 Feb 2026 18:22:29 +0900 Subject: [PATCH] nix: mount tmpfs on /tmp This hopefully eliminates spurious test failures caused by /tmp running out of space. Signed-off-by: Ophestra --- test/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/configuration.nix b/test/configuration.nix index 79eefab..5724ec4 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -95,6 +95,9 @@ ]; }; + # Disk image is too small for some tests: + boot.tmp.useTmpfs = true; + environment.hakurei = { enable = true; stateDir = "/var/lib/hakurei";