diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-13 22:33:37 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2024-11-13 22:39:43 +0100 |
commit | f1d8afcc156b14ce44dde407bd76661bdc821e03 (patch) | |
tree | ba0b24b0c869d5c68ca8f1e5acb29d325979837f /nvidia.nix | |
parent | 6c181cdefe9d8d7b2b6bd47d97c7c6768b7c2ae0 (diff) |
Use flake-utils-plus and set-up multiple hosts
Diffstat (limited to 'nvidia.nix')
-rw-r--r-- | nvidia.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nvidia.nix b/nvidia.nix deleted file mode 100644 index dde5fc5..0000000 --- a/nvidia.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, ... }: -{ - hardware.opengl.enable = true; - services.xserver.videoDrivers = ["nvidia"]; - hardware.nvidia = { - modesetting.enable = true; - nvidiaSettings = true; - nvidiaPersistenced = true; - - package = config.boot.kernelPackages.nvidiaPackages.stable; - }; -} |