From d73add905b87853ada2900f42a7fcca647252d3e Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sat, 27 Oct 2018 22:49:59 +0200 Subject: [PATCH 1/2] TorBrowser --- systems/ASUS-G46VW/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/ASUS-G46VW/configuration.nix b/systems/ASUS-G46VW/configuration.nix index 59c4923..9725057 100644 --- a/systems/ASUS-G46VW/configuration.nix +++ b/systems/ASUS-G46VW/configuration.nix @@ -68,6 +68,7 @@ electron-cash firefox + torbrowser chromium qutebrowser From ae4b7e30ad9136cddc50d075be819719df5d745c Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sat, 27 Oct 2018 22:50:16 +0200 Subject: [PATCH 2/2] [ASUS] Gouverneur CPU sur performance --- systems/ASUS-G46VW/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/ASUS-G46VW/hardware-configuration.nix b/systems/ASUS-G46VW/hardware-configuration.nix index dd58e6a..4394c6b 100644 --- a/systems/ASUS-G46VW/hardware-configuration.nix +++ b/systems/ASUS-G46VW/hardware-configuration.nix @@ -27,5 +27,5 @@ ]; nix.maxJobs = lib.mkDefault 8; - powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; + powerManagement.cpuFreqGovernor = lib.mkDefault "performance"; }