110 current 2025-10-08 17:49:35 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 17:52:56 -05:00
parent 2760de5a2d
commit 516a9d578d
3 changed files with 7 additions and 7 deletions

View File

@@ -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 = {

View File

@@ -25,10 +25,10 @@ in
autoScrub.interval = "weekly";
};
# fileSystems."/holocron" = {
# device = "holocron";
# fsType = "zfs";
# };
fileSystems."/holocron" = {
device = "holocron";
fsType = "zfs";
};
};
}

View File

@@ -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;