Files
homelab/modules/networking/default.nix
T
pure_sagacity 4e925f8a89 holy shit im stupid, a lot of changes.
also added the configuration bc idk how to add only certain files but
whatever
2026-07-05 23:43:35 -05:00

9 lines
92 B
Nix

{
imports = [
./options.nix
./core
./wireguard.nix
./tailscale.nix
];
}