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
commit 4bb7e4fb63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {