94 current 2025-10-08 13:52:19 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 14:44:21 -05:00
parent 7a78367bcd
commit de2058eeaf
3 changed files with 6 additions and 5 deletions

View File

@@ -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: 93 current 2025-10-08 13:43:38 25.05.20251001.5b5be50 6.12.49 * # generation: 94 current 2025-10-08 13:52:19 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -47,11 +47,10 @@
blake.enable = true; blake.enable = true;
}; };
users.groups.media = { gid = 700; };
# testing! # testing!
boot.plymouth.enable = false; #boot.kernelParams = [ "quiet" ]; # remove splash
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. # use the systemd-boot EFI boot loader.

View File

@@ -11,6 +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.extraModulePackages = [ config.boot.kernelPackages.nvidia_x11 ];
hardware.graphics = { hardware.graphics = {
enable = true; enable = true;