From 8fd1b759b5c84c5e26e268c00d24ef5cd2f079be Mon Sep 17 00:00:00 2001 From: blake Date: Sun, 5 Oct 2025 20:33:25 -0500 Subject: [PATCH] 13 current 2025-10-05 20:33:23 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 2 +- modules/system/nvidia.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index da7d42d..0bb5ffc 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 12 current 2025-10-05 20:28:28 25.05.20251001.5b5be50 6.12.49 * +# generation: 13 current 2025-10-05 20:33:23 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/modules/system/nvidia.nix b/modules/system/nvidia.nix index e75d2c5..6b474cd 100644 --- a/modules/system/nvidia.nix +++ b/modules/system/nvidia.nix @@ -10,7 +10,7 @@ in config = lib.mkIf cfg.enable { - hardware.graphics.enable = true; +# hardware.graphics.enable = true; hardware.opengl.driSupport32Bit = true; services.xserver.videoDrivers = [ "nvidia" ]; @@ -27,6 +27,5 @@ in virtualisation.docker.enableNvidia = true; hardware.nvidia-container-toolkit.enable = true; - boot.plymouth.enable = true; }; }