diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-16 18:22:29 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-16 18:22:29 +0900 |
| commit | 1df3bcc3b96c5e5bf0f5e4d337cd017569415233 (patch) | |
| tree | 0406bddf86c1b3ce75e9cc101d4d187e2640f533 /test/configuration.nix | |
| parent | 1809b53e522c58986fc58d44a01b542b9d748595 (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/configuration.nix')
| -rw-r--r-- | test/configuration.nix | 3 |
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"; |
