os/modules/wireguard/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
100 B
Nix
Raw Normal View History

2024-08-18 22:22:59 +00:00
{...}: {
2024-02-12 15:46:46 +00:00
imports = [
./private.nix
./tunnel.nix
./pub.solar.nix
2024-06-11 12:57:33 +00:00
./ehex.nix
2024-02-12 15:46:46 +00:00
];
}