summaryrefslogtreecommitdiff
path: root/host/atlas.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/atlas.nix')
-rw-r--r--host/atlas.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/host/atlas.nix b/host/atlas.nix
index 4611ed7..42dc14c 100644
--- a/host/atlas.nix
+++ b/host/atlas.nix
@@ -65,23 +65,16 @@
openlb-ci = {
executor = "shell";
registrationConfigFile = "/etc/gitlab-runner.conf";
- tagList = [ "nix" "has-gpu" ];
limit = 1;
};
openlb-ci-extra = {
executor = "shell";
registrationConfigFile = "/etc/gitlab-runner.conf";
- tagList = [ "nix" "gcc" "clang" "mpi" "cuda" "has-flake" ];
limit = 4;
};
};
};
- systemd.services.gitlab-runner.serviceConfig = {
- CPUQuota = "400%";
- MemoryHigh = "8G";
- };
-
users.users.gitlab-runner.isNormalUser = true;
nix.settings.allowed-users = [ "gitlab-runner" ];