WIP systemd-networkd dhcp server module.

This commit is contained in:
Gabe Venberg 2024-06-19 17:13:25 -05:00
parent 513f4eb518
commit b85bdbb787
5 changed files with 1392 additions and 16 deletions

View file

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