This website requires JavaScript.
Explore
Help
Sign in
VSinerva
/
nixos-conf
Watch
1
Star
0
Fork
You've already forked nixos-conf
0
Code
Activity
Actions
cbd88cadc5
nixos-conf
/
services
/
nat64.nix
8 lines
98 B
Nix
Raw
Normal View
History
Unescape
Escape
Add minimal NAT64 conf
2024-09-20 21:15:58 +03:00
{
config
,
pkgs
,
.
.
.
}:
{
networking
.
jool
=
{
enable
=
true
;
Add minimal NAT64 conf
2024-09-20 21:56:13 +03:00
nat64
.
default
=
{
}
;
Add minimal NAT64 conf
2024-09-20 21:15:58 +03:00
}
;
}
Copy permalink