From 4fed98062866a46a9c203e5c22a1e6e1cf98f30e Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 15 Jul 2023 22:16:10 +0900 Subject: [PATCH] test --- configuration.nix | 2 +- hosts/nixos-laptop/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index 3d52dd2e..3029ffaa 100644 --- a/configuration.nix +++ b/configuration.nix @@ -77,7 +77,7 @@ gamemode ]; - # Enable various system services + # Enable tailscale services = { tailscale.enable = true; }; diff --git a/hosts/nixos-laptop/configuration.nix b/hosts/nixos-laptop/configuration.nix index 8b4e8c8f..3e796413 100644 --- a/hosts/nixos-laptop/configuration.nix +++ b/hosts/nixos-laptop/configuration.nix @@ -22,7 +22,7 @@ # opengl.extraPackages = with pkgs; [ nvidia-vaapi-driver ]; nvidia = { - open = true; + open = false; powerManagement.enable = true; modesetting.enable = true; prime = {