about summary refs log tree commit diff
path: root/nixos/tests/systemd-networkd-dhcpserver-static-leases.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-07-23remove tomfitzhenry@ as maintainer for some packagesTom Fitzhenry1-1/+1
Motivation: Over the foreseeable future I'll have less time to do maintenance, so I'm reducing the set of packages I maintain to just those that I use.
2021-11-30nixos/networkd: add `dhcpServerStaticLeaseConfig` optionVincent Haupert1-0/+81
Add `systemd.network.networks.*.dhcpServerStaticLeaseConfig` to allow for configuring static DHCP leases through the `[DHCPServerStaticLease]` section. See systemd.network(5) of systemd 249 for details. Also adds the NixOS test `systemd-networkd-dhcpserver-static-lease` to test the assignment of static leases.