infrastructure/modules/liminix/default.nix

6 lines
84 B
Nix

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