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 | |
| parent | 2bbf8c8715f7a475b44b08d4b42d4e9611b108c9 (diff) | |
feat: set nvidia drivers to not open :)
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/pc/configuration.nix | 3 | ||||
| -rw-r--r-- | nixos/pc/hardware-configuration.nix | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/pc/configuration.nix b/nixos/pc/configuration.nix index 76a4a27..02a87e5 100644 --- a/nixos/pc/configuration.nix +++ b/nixos/pc/configuration.nix @@ -9,8 +9,7 @@ time.timeZone = "Asia/Yekaterinburg"; networking.hostName = "ltrr"; - printing.enable = true; - + programs.adb.enable = true; services.udev.packages = [ pkgs.android-udev-rules 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; }; } |
