Add nsd.conf, document deployment
This commit is contained in:
+2
-3
@@ -30,8 +30,7 @@ stdenvNoCC.mkDerivation {
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/zones
|
||||
|
||||
mkdir -p $out
|
||||
''
|
||||
+ (lib.concatMapAttrsStringSep "\n" (name: path: "cp ${path} $out/zones/${name}.zone") zoneConfigs);
|
||||
+ (lib.concatMapAttrsStringSep "\n" (name: path: "cp ${path} $out/${name}.zone") zoneConfigs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user