mirror of
https://git.feal.no/felixalb/nixos-config.git
synced 2025-01-09 03:47:30 +01:00
challenger: disable nvidia drivers and nfs exports
This commit is contained in:
parent
a3a2ec1b9a
commit
97b481de0a
@ -8,7 +8,7 @@
|
||||
../../base.nix
|
||||
../../common/metrics-exporters.nix
|
||||
./backup.nix
|
||||
./exports.nix
|
||||
# ./exports.nix
|
||||
./filesystems.nix
|
||||
|
||||
./services/calibre.nix
|
||||
@ -49,12 +49,12 @@
|
||||
"nvidia-settings"
|
||||
];
|
||||
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
};
|
||||
# hardware.nvidia = {
|
||||
# modesetting.enable = true;
|
||||
# };
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
# services.xserver.videoDrivers = ["nvidia"];
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user