summaryrefslogtreecommitdiff
path: root/host/atlas.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/atlas.nix')
-rw-r--r--host/atlas.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/atlas.nix b/host/atlas.nix
index e7ce146..4611ed7 100644
--- a/host/atlas.nix
+++ b/host/atlas.nix
@@ -19,7 +19,6 @@
hardware.nvidia.package = pkgs.linuxPackages.nvidia_x11;
environment.systemPackages = with pkgs; [
- zenith-nvidia
nvtop
];
@@ -86,5 +85,5 @@
users.users.gitlab-runner.isNormalUser = true;
nix.settings.allowed-users = [ "gitlab-runner" ];
- system.stateVersion = "22.11";
+ system.stateVersion = "23.11";
}