about summary refs log tree commit diff
path: root/nixos/modules/services/hardware/auto-epp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/auto-epp.nix')
-rw-r--r--nixos/modules/services/hardware/auto-epp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/auto-epp.nix b/nixos/modules/services/hardware/auto-epp.nix
index b568dec26f4c9..1d939a98142e0 100644
--- a/nixos/modules/services/hardware/auto-epp.nix
+++ b/nixos/modules/services/hardware/auto-epp.nix
@@ -10,7 +10,7 @@ in {
     services.auto-epp = {
       enable = lib.mkEnableOption "auto-epp for amd active pstate";
 
-      package = lib.mkPackageOptionMD pkgs "auto-epp" {};
+      package = lib.mkPackageOption pkgs "auto-epp" {};
 
       settings = mkOption {
         type = types.submodule {