From f683a5dce6e5a85fa7231bb1fb5658b9240df9ed Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 15 Dec 2024 21:02:26 +0100 Subject: [PATCH] challenger: update to nixos 24.11 --- hosts/challenger/configuration.nix | 3 ++- hosts/challenger/filesystems.nix | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/challenger/configuration.nix b/hosts/challenger/configuration.nix index 9e838dc..ee28711 100644 --- a/hosts/challenger/configuration.nix +++ b/hosts/challenger/configuration.nix @@ -53,9 +53,10 @@ hardware.nvidia = { modesetting.enable = true; + open = true; }; - hardware.opengl.enable = true; + hardware.graphics.enable = true; services.xserver.videoDrivers = ["nvidia"]; system.stateVersion = "24.05"; diff --git a/hosts/challenger/filesystems.nix b/hosts/challenger/filesystems.nix index 3737a02..f55a887 100644 --- a/hosts/challenger/filesystems.nix +++ b/hosts/challenger/filesystems.nix @@ -11,7 +11,6 @@ requestEncryptionCredentials = false; }; supportedFilesystems = [ "zfs" ]; - kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; }; services.zfs.autoScrub = { enable = true;