infrastructure/modules/netconf/default.nix

7 lines
74 B
Nix
Raw Normal View History

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