summaryrefslogtreecommitdiff
path: root/hosts/poweredge/configuration.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-06-17 18:44:14 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-06-17 18:44:14 -0500
commit55767854e13dfe5e26311f222e3d713cf11ac3b3 (patch)
tree9c413f9183032bd68bee8ba0d1153a7eea83356c /hosts/poweredge/configuration.nix
parent03ca9e47cd89564a51d01ffe621489efa3a8f7e7 (diff)
downloadnixos-55767854e13dfe5e26311f222e3d713cf11ac3b3.tar.xz
nixos-55767854e13dfe5e26311f222e3d713cf11ac3b3.zip
move nvidia settings to separate file for poweredge host and immich/jellyfin containersHEADmaster
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;