os/modules/wireguard/default.nix

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

9 lines
102 B
Nix
Raw Normal View History

{ ... }: {
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
];
}