nix-config/modules/wg/default.nix

10 lines
110 B
Nix
Raw Normal View History

2025-01-04 21:07:54 +00:00
{ ... }: {
imports = [
# module
./module.nix
./options.nix
# networks
./mgmt.nix
];
}