nixfiles/nixos/common/network.nix

5 lines
81 B
Nix

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