lib/config/options: add missing staticIpv4Address default

This commit is contained in:
Astro 2021-09-07 00:11:28 +02:00
parent 8b6c7578e8
commit 04de05ce75
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ let
};
staticIpv4Address = mkOption {
type = with types; nullOr str;
default = null;
};
upBandwidth = mkOption {
type = with types; nullOr int;