diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/configuration.nix b/configuration.nix index 17aceae..6233580 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ lib, config, pkgs, ... }: +{ pkgs, ... }: { nix.settings.experimental-features = [ "nix-command" "flakes" ]; @@ -11,17 +11,6 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - hardware.nvidia = { - modesetting.enable = true; - powerManagement.enable = false; - powerManagement.finegrained = false; - open = false; - nvidiaSettings = true; - nvidiaPersistenced = true; - - package = config.boot.kernelPackages.nvidiaPackages.stable; - }; - security.rtkit.enable = true; # Set your time zone. |