aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/dns.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/dns.nix')
-rw-r--r--nixops/modules/dns.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/dns.nix b/nixops/modules/dns.nix
index 0096f55..ced8d9b 100644
--- a/nixops/modules/dns.nix
+++ b/nixops/modules/dns.nix
@@ -1,4 +1,4 @@
1{ lib, pkgs, config, myconfig, mylibs, ... }: 1{ lib, pkgs, config, myconfig, ... }:
2{ 2{
3 config = let 3 config = let
4 cfg = config.services.bind; 4 cfg = config.services.bind;