nixos-config/modules/wireguard/default.nix

9 lines
95 B
Nix
Raw Normal View History

2020-12-05 14:39:36 +01:00
{
imports = [
./home.nix
2023-02-24 22:41:15 +01:00
./support.nix
2020-12-05 14:39:36 +01:00
];
networking.wireguard.enable = true;
}