forked from mirrors/nixpkgs
Merge pull request #238083 from deinferno/tailscale-kmod
nixos/tailscale: fix ipv6 nat (v6nat) support
This commit is contained in:
commit
2028c38a83
|
@ -60,6 +60,7 @@ in {
|
||||||
config.networking.resolvconf.package # for configuring DNS in some configs
|
config.networking.resolvconf.package # for configuring DNS in some configs
|
||||||
pkgs.procps # for collecting running services (opt-in feature)
|
pkgs.procps # for collecting running services (opt-in feature)
|
||||||
pkgs.glibc # for `getent` to look up user shells
|
pkgs.glibc # for `getent` to look up user shells
|
||||||
|
pkgs.kmod # required to pass tailscale's v6nat check
|
||||||
];
|
];
|
||||||
serviceConfig.Environment = [
|
serviceConfig.Environment = [
|
||||||
"PORT=${toString cfg.port}"
|
"PORT=${toString cfg.port}"
|
||||||
|
|
Loading…
Reference in a new issue