Merge pull request #111470 from helsinki-systems/bind2

nixos/bind: update zone file type
This commit is contained in:
Sandro
2021-01-31 15:14:02 +01:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ let
type = types.bool; type = types.bool;
}; };
file = mkOption { file = mkOption {
type = types.str; type = types.either types.str types.path;
description = "Zone file resource records contain columns of data, separated by whitespace, that define the record."; description = "Zone file resource records contain columns of data, separated by whitespace, that define the record.";
}; };
masters = mkOption { masters = mkOption {