summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2022-04-21 22:25:38 -0400
committerGitHub <noreply@github.com>2022-04-21 22:25:38 -0400
commit3c3a98ecaab13d09e7392522ec0b6b2a34c19477 (patch)
tree525643ea5b35016db6f26ec722e3c93a63fa130e
parentMerge pull request #168922 from 06kellyjac/driftctl (diff)
downloadnixpkgs-3c3a98ecaab13d09e7392522ec0b6b2a34c19477.tar.gz
systemd.network.networks.<name>.dhcpServerConfig: support serverAddressorigin/grahamc-patch-2
-rw-r--r--nixos/modules/system/boot/networkd.nix1
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"