nixos-conf/services/nat64.nix

7 lines
98 B
Nix

{ config, pkgs, ... }:
{
networking.jool = {
enable = true;
nat64.default = { };
};
}