summaryrefslogtreecommitdiff
path: root/host/atlas.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2024-10-21 15:04:54 +0200
committerAdrian Kummerlaender2025-04-16 14:22:34 +0200
commitfe6b881d8bc688e13c5ae62b4d88c680ee8b7036 (patch)
treedec2b722bc1a467de8ba6a9142ad682fc467ddc2 /host/atlas.nix
parent94a203aa7f9dd28c404d09f7ed75eb865bfd2c0e (diff)
downloadnixos_system-fe6b881d8bc688e13c5ae62b4d88c680ee8b7036.tar
nixos_system-fe6b881d8bc688e13c5ae62b4d88c680ee8b7036.tar.gz
nixos_system-fe6b881d8bc688e13c5ae62b4d88c680ee8b7036.tar.bz2
nixos_system-fe6b881d8bc688e13c5ae62b4d88c680ee8b7036.tar.lz
nixos_system-fe6b881d8bc688e13c5ae62b4d88c680ee8b7036.tar.xz
nixos_system-fe6b881d8bc688e13c5ae62b4d88c680ee8b7036.tar.zst
nixos_system-fe6b881d8bc688e13c5ae62b4d88c680ee8b7036.zip
Update atlas nvtop, CI
Diffstat (limited to 'host/atlas.nix')
-rw-r--r--host/atlas.nix9
1 files changed, 2 insertions, 7 deletions
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;
- };
};
};