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

View File

@@ -18,7 +18,7 @@ let
type = types.bool;
};
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.";
};
masters = mkOption {