infrastructure/modules/netconf/default.nix

7 lines
99 B
Nix

{
imports = [
# List of modules to import
./dgn-hardware
./dgn-interfaces.nix
];
}