nixos/tailscale: fix ipv6 nat (v6nat) support

This commit is contained in:
deinferno 2023-06-16 12:18:55 +00:00 committed by GitHub
parent 4c8ca604ae
commit 26ff15b981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ in {
config.networking.resolvconf.package # for configuring DNS in some configs
pkgs.procps # for collecting running services (opt-in feature)
pkgs.glibc # for `getent` to look up user shells
pkgs.kmod # required to pass tailscale's v6nat check
];
serviceConfig.Environment = [
"PORT=${toString cfg.port}"