nixos-conf/services/nat64.nix

6 lines
73 B
Nix

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