nixosTests.gitlab: add git package

This commit is contained in:
Yaya
2024-07-24 10:51:55 +02:00
committed by Yureka
parent feeb53a430
commit 66f9d60dd7
+2
View File
@@ -34,6 +34,8 @@ in {
gitlab = { ... }: {
imports = [ common/user-account.nix ];
environment.systemPackages = with pkgs; [ git ];
virtualisation.memorySize = 6144;
virtualisation.cores = 4;
virtualisation.useNixStoreImage = true;