nixos-config/modules/wireguard/default.nix

8 lines
77 B
Nix

{
imports = [
./home.nix
];
networking.wireguard.enable = true;
}