nixos/bind: update zone file type

This commit is contained in:
Fritz Otlinghaus 2021-01-31 14:59:54 +01:00
parent 96a2e56d2b
commit 58ab3a3249
No known key found for this signature in database
GPG key ID: 1E5F98946FB1444E

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 {