nix-config/modules/TLMS/default.nix

9 lines
91 B
Nix

{
imports = [
./general-options.nix
./net.nix
./base.nix
./wg.nix
];
}