about summary refs log tree commit diff
path: root/nixos/modules/services/networking/zerobin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/zerobin.nix')
-rw-r--r--nixos/modules/services/networking/zerobin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/zerobin.nix b/nixos/modules/services/networking/zerobin.nix
index 274bbca53fa3..06ccd7032e6c 100644
--- a/nixos/modules/services/networking/zerobin.nix
+++ b/nixos/modules/services/networking/zerobin.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, lib, nodes, ... }:
+{ config, pkgs, lib, ... }:
 with lib;
 let
   cfg = config.services.zerobin;