From 0a1d1db8ec1ac790343878faca99b2f4d6c5f900 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 14 Mar 2024 15:28:43 +0100 Subject: atlas: Adapt to new workstation --- host/atlas.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'host/atlas.nix') 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"; } -- cgit v1.2.3