tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/gitlab: Optimize with EROFS
Robert Hensing
3 years ago
67ebd123
afc60d01
+2
1 changed file
expand all
collapse all
unified
split
nixos
tests
gitlab.nix
+2
nixos/tests/gitlab.nix
reviewed
···
38
38
virtualisation.memorySize = if pkgs.stdenv.is64bit then 4096 else 2047;
39
39
virtualisation.cores = 4;
40
40
virtualisation.useNixStoreImage = true;
41
41
+
virtualisation.writableStore = false;
42
42
+
41
43
systemd.services.gitlab.serviceConfig.Restart = mkForce "no";
42
44
systemd.services.gitlab-workhorse.serviceConfig.Restart = mkForce "no";
43
45
systemd.services.gitaly.serviceConfig.Restart = mkForce "no";