summaryrefslogtreecommitdiff
path: root/hosts/poweredge/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/poweredge/configuration.nix')
-rw-r--r--hosts/poweredge/configuration.nix11
1 files changed, 1 insertions, 10 deletions
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;