summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-07-16 18:46:31 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-07-17 14:56:35 +0200
commit7ba6f74c1c0de034049456c3704e9e48fc483bda (patch)
treebb88aab771c8107b0cffbab5fdd881cc41190f23
parent67ebd123ff53ed57eb26294f5005572e981d0ed1 (diff)
nixos/tests/discourse: Optimize with EROFS
-rw-r--r--nixos/tests/discourse.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/discourse.nix b/nixos/tests/discourse.nix
index cfac5f84a62f..35ca083c6c4e 100644
--- a/nixos/tests/discourse.nix
+++ b/nixos/tests/discourse.nix
@@ -30,6 +30,7 @@ import ./make-test-python.nix (
virtualisation.memorySize = 2048;
virtualisation.cores = 4;
virtualisation.useNixStoreImage = true;
+ virtualisation.writableStore = false;
imports = [ common/user-account.nix ];