105 current 2025-10-08 17:26:07 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: 104 current 2025-10-08 17:23:04 25.05.20251006.20c4598 6.12.50 *
|
||||
# generation: 105 current 2025-10-08 17:26:07 25.05.20251006.20c4598 6.12.50 *
|
||||
{
|
||||
description = "blakes nix config";
|
||||
inputs = {
|
||||
|
||||
@@ -48,8 +48,8 @@
|
||||
|
||||
# testing!
|
||||
#boot.kernelParams = [ "quiet" ]; # remove splash
|
||||
boot.plymouth.enable = true;
|
||||
#boot.initrd.systemd.enable = true; # optional, for nicer initrd logs
|
||||
#boot.plymouth.enable = true;
|
||||
boot.initrd.systemd.enable = true; # optional, for nicer initrd logs
|
||||
|
||||
|
||||
# use the systemd-boot EFI boot loader.
|
||||
|
||||
@@ -11,8 +11,9 @@ in
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
# boot.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm" ];
|
||||
# boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ];
|
||||
boot.kernelModules = [ "nvidia" "nvidia_modeset" "nvidia_uvm" "nvidia_drm" ];
|
||||
boot.kernelModules = [ "nvidia" ];
|
||||
boot.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ];
|
||||
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user