ajout de politique d'énergie pour laptop

extraction-donnees-privees 2016-07-15-latitude
Yves Dubromelle 9 years ago
parent aa48575f58
commit f6b939ffa9

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
# Gestion spécifique pour PC portable
powerManagement.cpuFreqGovernor = pkgs.lib.mkIf config.r6d.config-generator.laptop "powersave";
}

@ -12,6 +12,7 @@ in
{
imports = [
./activation-manuelle/auto-upgrade.nix
./activation-manuelle/laptop.nix
./activation-manuelle/locate.nix
./activation-manuelle/fail2ban.nix
./activation-manuelle/nix-serve-client.nix

Loading…
Cancel
Save