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
|
# flake for blakes nixos config
|
||||||
# define new devices in outputs
|
# 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";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -25,10 +25,10 @@ in
|
|||||||
autoScrub.interval = "weekly";
|
autoScrub.interval = "weekly";
|
||||||
};
|
};
|
||||||
|
|
||||||
# fileSystems."/holocron" = {
|
fileSystems."/holocron" = {
|
||||||
# device = "holocron";
|
device = "holocron";
|
||||||
# fsType = "zfs";
|
fsType = "zfs";
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ in
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
# boot.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm" ];
|
boot.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm" ];
|
||||||
boot.kernelModules = [ "nvidia" ];
|
# boot.kernelModules = [ "nvidia" ];
|
||||||
|
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user