diff --git a/flake.nix b/flake.nix index c6680f0..b51abd4 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # 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"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 4b922ea..aaa43c6 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -47,11 +47,10 @@ blake.enable = true; }; - users.groups.media = { gid = 700; }; - # testing! - boot.plymouth.enable = false; - boot.initrd.systemd.enable = true; # optional, for nicer initrd logs + #boot.kernelParams = [ "quiet" ]; # remove splash + #boot.plymouth.enable = true; + #boot.initrd.systemd.enable = true; # optional, for nicer initrd logs # use the systemd-boot EFI boot loader. diff --git a/modules/system/nvidia.nix b/modules/system/nvidia.nix index 8dd1f3f..111009d 100644 --- a/modules/system/nvidia.nix +++ b/modules/system/nvidia.nix @@ -11,6 +11,8 @@ 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 ]; hardware.graphics = { enable = true;