about summary refs log tree commit diff
path: root/nixos/tests/gitlab.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-07-16 18:45:21 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-07-17 14:56:35 +0200
commit67ebd123ff53ed57eb26294f5005572e981d0ed1 (patch)
tree28e3053f6577555bef5739c5b21d6f5d38d95496 /nixos/tests/gitlab.nix
parentafc60d017b238d0aadbaf0c77ff844388e70640b (diff)
nixos/tests/gitlab: Optimize with EROFS
Diffstat (limited to 'nixos/tests/gitlab.nix')
-rw-r--r--nixos/tests/gitlab.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/gitlab.nix b/nixos/tests/gitlab.nix
index 4f7d3f07f0657..d9d75d1cbd89b 100644
--- a/nixos/tests/gitlab.nix
+++ b/nixos/tests/gitlab.nix
@@ -38,6 +38,8 @@ in {
       virtualisation.memorySize = if pkgs.stdenv.is64bit then 4096 else 2047;
       virtualisation.cores = 4;
       virtualisation.useNixStoreImage = true;
+      virtualisation.writableStore = false;
+
       systemd.services.gitlab.serviceConfig.Restart = mkForce "no";
       systemd.services.gitlab-workhorse.serviceConfig.Restart = mkForce "no";
       systemd.services.gitaly.serviceConfig.Restart = mkForce "no";