aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
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";