aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-16 18:22:29 +0900
committerOphestra <cat@gensokyo.uk>2026-02-16 18:22:29 +0900
commit1df3bcc3b96c5e5bf0f5e4d337cd017569415233 (patch)
tree0406bddf86c1b3ce75e9cc101d4d187e2640f533 /test
parent1809b53e522c58986fc58d44a01b542b9d748595 (diff)
nix: mount tmpfs on /tmp
This hopefully eliminates spurious test failures caused by /tmp running out of space. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test')
-rw-r--r--test/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/configuration.nix b/test/configuration.nix
index 79eefab5..5724ec4f 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";