mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
@@ -24,13 +24,6 @@
|
||||
services = {
|
||||
sshd.enable = true;
|
||||
tailscale.enable = true;
|
||||
xserver.videoDrivers = ["nvidia"];
|
||||
};
|
||||
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
open = true;
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
xserver.videoDrivers = ["amdgpu"];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user