nix-config/modules/wg/default.nix
2025-01-11 03:40:22 +01:00

9 lines
110 B
Nix

{ ... }: {
imports = [
# module
./module.nix
./options.nix
# networks
./mgmt.nix
];
}