nixfiles/nixos/common/network.nix

4 lines
80 B
Nix

_: {
networking.nftables.enable = true;
services.tailscale.enable = true;
}