It's not even getting to zoneToZonefile...
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
{ lib, ... }:
|
||||
|
||||
{ timestamp, domain, zone, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
removeBlankLines = str:
|
||||
concatStringsSep "\n\n" (filter isString (split ''
|
||||
|
||||
Reference in New Issue
Block a user