From 3a74ae29f2100425089bc94253e8a4a7c4a638d1 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 17:30:03 -0500 Subject: [PATCH] 105 current 2025-10-08 17:26:07 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- hosts/snowbelle/configuration.nix | 4 ++-- modules/system/nvidia.nix | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 68ea0c2..8db0997 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 104 current 2025-10-08 17:23:04 25.05.20251006.20c4598 6.12.50 * +# generation: 105 current 2025-10-08 17:26:07 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 6e1e6a8..52938ab 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -48,8 +48,8 @@ # testing! #boot.kernelParams = [ "quiet" ]; # remove splash - boot.plymouth.enable = true; - #boot.initrd.systemd.enable = true; # optional, for nicer initrd logs + #boot.plymouth.enable = true; + boot.initrd.systemd.enable = true; # optional, for nicer initrd logs # use the systemd-boot EFI boot loader. diff --git a/modules/system/nvidia.nix b/modules/system/nvidia.nix index 111009d..91719f5 100644 --- a/modules/system/nvidia.nix +++ b/modules/system/nvidia.nix @@ -11,8 +11,9 @@ in config = lib.mkIf cfg.enable { services.xserver.videoDrivers = [ "nvidia" ]; -# boot.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm" ]; -# boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ]; + boot.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm" ]; + boot.kernelModules = [ "nvidia" ]; + boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ]; hardware.graphics = { enable = true;