diff options
Diffstat (limited to 'krebs/3modules/dns.nix')
-rw-r--r-- | krebs/3modules/dns.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/dns.nix b/krebs/3modules/dns.nix index b7e2a2cbb..8acc4ccd8 100644 --- a/krebs/3modules/dns.nix +++ b/krebs/3modules/dns.nix @@ -6,7 +6,7 @@ with import <stockholm/lib>; }; krebs.dns.search-domain = mkOption { - type = types.hostname; + type = types.nullOr types.hostname; }; }; } |