nixos-conf/services/nat64.nix

8 lines
98 B
Nix
Raw Normal View History

2024-09-20 21:15:58 +03:00
{ config, pkgs, ... }:
{
networking.jool = {
enable = true;
2024-09-20 21:56:13 +03:00
nat64.default = { };
2024-09-20 21:15:58 +03:00
};
}