diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-08-22 22:27:40 +0500 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-08-22 22:39:38 +0500 |
| commit | 0e7329f3800bf0a682dd2f426eb84c3889ce1f2f (patch) | |
| tree | eba4bcdd9b35b753182f6237716eb40046144551 /nixos/pc/hardware-configuration.nix | |
| parent | 2bbf8c8715f7a475b44b08d4b42d4e9611b108c9 (diff) | |
feat: set nvidia drivers to not open :)
Diffstat (limited to 'nixos/pc/hardware-configuration.nix')
| -rw-r--r-- | nixos/pc/hardware-configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/pc/hardware-configuration.nix b/nixos/pc/hardware-configuration.nix index f040bcb..fd9ebda 100644 --- a/nixos/pc/hardware-configuration.nix +++ b/nixos/pc/hardware-configuration.nix @@ -46,5 +46,6 @@ hardware.nvidia = { modesetting.enable = true; nvidiaSettings = true; + open = false; }; } |
