about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/phylactery.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/phylactery.nix')
-rw-r--r--nixos/modules/services/web-apps/phylactery.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/nixos/modules/services/web-apps/phylactery.nix b/nixos/modules/services/web-apps/phylactery.nix
index 723b38ee75d9..488373d0e426 100644
--- a/nixos/modules/services/web-apps/phylactery.nix
+++ b/nixos/modules/services/web-apps/phylactery.nix
@@ -22,12 +22,7 @@ in {
       description = lib.mdDoc "Path to CBZ library";
     };
 
-    package = mkOption {
-      type = types.package;
-      default = pkgs.phylactery;
-      defaultText = literalExpression "pkgs.phylactery";
-      description = lib.mdDoc "The Phylactery package to use";
-    };
+    package = mkPackageOption pkgs "phylactery" { };
   };
 
   config = mkIf cfg.enable {