about summary refs log tree commit diff
path: root/nixos/modules/services/networking/ferm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/ferm.nix')
-rw-r--r--nixos/modules/services/networking/ferm.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/nixos/modules/services/networking/ferm.nix b/nixos/modules/services/networking/ferm.nix
index 09151eb0b544b..5ebf7aacb4dbb 100644
--- a/nixos/modules/services/networking/ferm.nix
+++ b/nixos/modules/services/networking/ferm.nix
@@ -33,12 +33,7 @@ in {
         defaultText = literalMD "empty firewall, allows any traffic";
         type = types.lines;
       };
-      package = mkOption {
-        description = lib.mdDoc "The ferm package.";
-        type = types.package;
-        default = pkgs.ferm;
-        defaultText = literalExpression "pkgs.ferm";
-      };
+      package = mkPackageOption pkgs "ferm" { };
     };
   };