diff options
| author | Graham Christensen <graham@grahamc.com> | 2022-04-21 22:25:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-21 22:25:38 -0400 |
| commit | 3c3a98ecaab13d09e7392522ec0b6b2a34c19477 (patch) | |
| tree | 525643ea5b35016db6f26ec722e3c93a63fa130e | |
| parent | Merge pull request #168922 from 06kellyjac/driftctl (diff) | |
| download | nixpkgs-3c3a98ecaab13d09e7392522ec0b6b2a34c19477.tar.gz | |
systemd.network.networks.<name>.dhcpServerConfig: support serverAddressorigin/grahamc-patch-2
| -rw-r--r-- | nixos/modules/system/boot/networkd.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix index d1a6f46bfc40..d790221e4054 100644 --- a/nixos/modules/system/boot/networkd.nix +++ b/nixos/modules/system/boot/networkd.nix @@ -790,6 +790,7 @@ let sectionDHCPServer = checkUnitConfig "DHCPServer" [ (assertOnlyFields [ + "ServerAddress" "PoolOffset" "PoolSize" "DefaultLeaseTimeSec" |
