110 current 2025-10-08 17:49:35 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -25,10 +25,10 @@ in
|
||||
autoScrub.interval = "weekly";
|
||||
};
|
||||
|
||||
# fileSystems."/holocron" = {
|
||||
# device = "holocron";
|
||||
# fsType = "zfs";
|
||||
# };
|
||||
fileSystems."/holocron" = {
|
||||
device = "holocron";
|
||||
fsType = "zfs";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user