nix-config/modules/nixos/default.nix

10 lines
86 B
Nix

{
config,
pkgs,
lib,
inputs,
...
}: {
imports=[./systemd-dhcpServ.nix];
}