Loading nixos/modules/services/hardware/undervolt.nix +9 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ let inherit (cfg) verbose temp turbo ; # `core` and `cache` are both intentionally set to `cfg.coreOffset` as according to the undervolt docs: # Loading Loading @@ -105,6 +106,14 @@ in ''; }; turbo = mkOption { type = types.nullOr types.int; default = null; description = lib.mdDoc '' Changes the Intel Turbo feature status (1 is disabled and 0 is enabled). ''; }; p1.limit = mkOption { type = with types; nullOr int; default = null; Loading pkgs/os-specific/linux/undervolt/default.nix +2 −2 Original line number Diff line number Diff line { lib, fetchFromGitHub, python3Packages }: python3Packages.buildPythonApplication rec { version = "0.3.0"; version = "0.4.0"; pname = "undervolt"; src = fetchFromGitHub { owner = "georgewhewell"; repo = "undervolt"; rev = version; sha256 = "1aybk8vbb4745raz7rvpkk6b98xrdiwjhkpbv3kwsgsr9sj42lp0"; hash = "sha256-G+CK/lnZXkQdyNZPqY9P3owVJsd22H3K8wSpjHFG0ow="; }; meta = with lib; { Loading Loading
nixos/modules/services/hardware/undervolt.nix +9 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ let inherit (cfg) verbose temp turbo ; # `core` and `cache` are both intentionally set to `cfg.coreOffset` as according to the undervolt docs: # Loading Loading @@ -105,6 +106,14 @@ in ''; }; turbo = mkOption { type = types.nullOr types.int; default = null; description = lib.mdDoc '' Changes the Intel Turbo feature status (1 is disabled and 0 is enabled). ''; }; p1.limit = mkOption { type = with types; nullOr int; default = null; Loading
pkgs/os-specific/linux/undervolt/default.nix +2 −2 Original line number Diff line number Diff line { lib, fetchFromGitHub, python3Packages }: python3Packages.buildPythonApplication rec { version = "0.3.0"; version = "0.4.0"; pname = "undervolt"; src = fetchFromGitHub { owner = "georgewhewell"; repo = "undervolt"; rev = version; sha256 = "1aybk8vbb4745raz7rvpkk6b98xrdiwjhkpbv3kwsgsr9sj42lp0"; hash = "sha256-G+CK/lnZXkQdyNZPqY9P3owVJsd22H3K8wSpjHFG0ow="; }; meta = with lib; { Loading