dotfiles/nixos/wireguard.nix
2020-11-21 14:55:13 +00:00

8 lines
79 B
Nix

{ config, pkgs, ... }:
{
networking.wireguard = {
enable = true;
};
}