abandoned systemd-dhcp module.

Made convience function for calculating pool size and offset from range
instead.
This commit is contained in:
Gabe Venberg 2024-06-20 17:47:03 -05:00
parent 6ddbf26049
commit 98a92683bd
3 changed files with 10 additions and 119 deletions

View file

@ -1,9 +0,0 @@
{
config,
pkgs,
lib,
inputs,
...
}: {
imports=[./systemd-dhcpServ.nix];
}