From 516a9d578d58310b87407366a75d148706115b71 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 17:52:56 -0500 Subject: [PATCH] 110 current 2025-10-08 17:49:35 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/homelab/zfs.nix | 8 ++++---- modules/system/nvidia.nix | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 81e72de..6a53167 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 108 current 2025-10-08 17:39:37 25.05.20251006.20c4598 6.12.50 * +# generation: 110 current 2025-10-08 17:49:35 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/homelab/zfs.nix b/modules/homelab/zfs.nix index 87c1875..53a29e7 100644 --- a/modules/homelab/zfs.nix +++ b/modules/homelab/zfs.nix @@ -25,10 +25,10 @@ in autoScrub.interval = "weekly"; }; -# fileSystems."/holocron" = { -# device = "holocron"; -# fsType = "zfs"; -# }; + fileSystems."/holocron" = { + device = "holocron"; + fsType = "zfs"; + }; }; } diff --git a/modules/system/nvidia.nix b/modules/system/nvidia.nix index cc03b74..8db2293 100644 --- a/modules/system/nvidia.nix +++ b/modules/system/nvidia.nix @@ -11,8 +11,8 @@ in config = lib.mkIf cfg.enable { services.xserver.videoDrivers = [ "nvidia" ]; -# boot.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm" ]; - boot.kernelModules = [ "nvidia" ]; + boot.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm" ]; +# boot.kernelModules = [ "nvidia" ]; hardware.graphics = { enable = true;