From a436390bea23a4ebf124f3363be6524725f4f175 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Mon, 10 Mar 2025 18:56:15 +0100 Subject: [PATCH] Driver update --- nixos/hosts/andrej-pc/configuration.nix | 2 +- nixos/hosts/andrej-pc/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/andrej-pc/configuration.nix b/nixos/hosts/andrej-pc/configuration.nix index a64b357..39cdd33 100644 --- a/nixos/hosts/andrej-pc/configuration.nix +++ b/nixos/hosts/andrej-pc/configuration.nix @@ -41,7 +41,7 @@ boot = { - #kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; + kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true; diff --git a/nixos/hosts/andrej-pc/default.nix b/nixos/hosts/andrej-pc/default.nix index d880f02..5ce06f0 100644 --- a/nixos/hosts/andrej-pc/default.nix +++ b/nixos/hosts/andrej-pc/default.nix @@ -24,7 +24,7 @@ }; hardware.nvidia.open = lib.mkForce false; - hardware.nvidia.package = lib.mkForce config.boot.kernelPackages.nvidiaPackages.stable; + hardware.nvidia.package = lib.mkForce config.boot.kernelPackages.nvidiaPackages.latest; #sops.secrets."ssh_keys/${hwconfig.hostname}" = {}; systemd.network.wait-online.enable = lib.mkForce false; }