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>
This commit is contained in:
2026-02-16 18:22:29 +09:00
parent 1809b53e52
commit 1df3bcc3b9

View File

@@ -95,6 +95,9 @@
];
};
# Disk image is too small for some tests:
boot.tmp.useTmpfs = true;
environment.hakurei = {
enable = true;
stateDir = "/var/lib/hakurei";