Merge pull request #238083 from deinferno/tailscale-kmod

nixos/tailscale: fix ipv6 nat (v6nat) support
This commit is contained in:
Pol Dellaiera 2023-06-17 16:15:17 +02:00 committed by GitHub
commit 2028c38a83
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}"