Merge pull request #111470 from helsinki-systems/bind2
nixos/bind: update zone file type
This commit is contained in:
commit
4bb7e4fb63
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user