From fe6b881d8bc688e13c5ae62b4d88c680ee8b7036 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 21 Oct 2024 15:04:54 +0200 Subject: Update atlas nvtop, CI --- host/atlas.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'host') diff --git a/host/atlas.nix b/host/atlas.nix index 42dc14c..53a5201 100644 --- a/host/atlas.nix +++ b/host/atlas.nix @@ -19,7 +19,7 @@ hardware.nvidia.package = pkgs.linuxPackages.nvidia_x11; environment.systemPackages = with pkgs; [ - nvtop + nvtopPackages.full ]; virtualisation.docker = { @@ -64,14 +64,9 @@ services = { openlb-ci = { executor = "shell"; - registrationConfigFile = "/etc/gitlab-runner.conf"; + authenticationTokenConfigFile = "/etc/gitlab-runner.conf"; limit = 1; }; - openlb-ci-extra = { - executor = "shell"; - registrationConfigFile = "/etc/gitlab-runner.conf"; - limit = 4; - }; }; }; -- cgit v1.2.3