From 55767854e13dfe5e26311f222e3d713cf11ac3b3 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 17 Jun 2026 18:44:14 -0500 Subject: move nvidia settings to separate file for poweredge host and immich/jellyfin containers --- hosts/poweredge/configuration.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'hosts/poweredge/configuration.nix') diff --git a/hosts/poweredge/configuration.nix b/hosts/poweredge/configuration.nix index 40803bf..d503fd1 100644 --- a/hosts/poweredge/configuration.nix +++ b/hosts/poweredge/configuration.nix @@ -8,6 +8,7 @@ ./immich.nix ./jellyfin.nix ./networking.nix + ./nvidia.nix #./notification-mailer.nix # TODO move some of this stuff to archetype ]; @@ -32,16 +33,6 @@ # Import zfs pools boot.zfs.extraPools = [ "ingens" "memoria" ]; - # Enable nvidia - hardware.nvidia = { - modesetting.enable = true; # Required - nvidiaSettings = false; # Don't need gui - open = false; - package = config.boot.kernelPackages.nvidiaPackages.legacy_580; # Support for P600 - powerManagement.enable = false; # Can cause bugs - powerManagement.finegrained = false; # Only works on turing and newer - }; - # Enable user timmy _users.timmy.enable = true; -- cgit v1.2.3