summary refs log tree commit diff
path: root/nixos/modules/services/networking/tailscale.nix
diff options
context:
space:
mode:
authorchayleaf <chayleaf-git@pavluk.org>2023-07-12 02:32:23 +0700
committerchayleaf <chayleaf-git@pavluk.org>2023-07-12 02:32:23 +0700
commit4d4c73ff78a0ddc17dff2080177d19e5ff14b3af (patch)
tree7137f3de3b6a65437a3fdb84ae2d5ea9216ad546 /nixos/modules/services/networking/tailscale.nix
parente2078e747c791cf839664d584628f5f2ee89a32a (diff)
downloadnixpkgs-4d4c73ff78a0ddc17dff2080177d19e5ff14b3af.tar
nixpkgs-4d4c73ff78a0ddc17dff2080177d19e5ff14b3af.tar.gz
nixpkgs-4d4c73ff78a0ddc17dff2080177d19e5ff14b3af.tar.bz2
nixpkgs-4d4c73ff78a0ddc17dff2080177d19e5ff14b3af.tar.lz
nixpkgs-4d4c73ff78a0ddc17dff2080177d19e5ff14b3af.tar.xz
nixpkgs-4d4c73ff78a0ddc17dff2080177d19e5ff14b3af.tar.zst
nixpkgs-4d4c73ff78a0ddc17dff2080177d19e5ff14b3af.zip
treewide: update path to getent
Diffstat (limited to 'nixos/modules/services/networking/tailscale.nix')
-rw-r--r--nixos/modules/services/networking/tailscale.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/tailscale.nix b/nixos/modules/services/networking/tailscale.nix
index 384c86bd879..6eeee71e834 100644
--- a/nixos/modules/services/networking/tailscale.nix
+++ b/nixos/modules/services/networking/tailscale.nix
@@ -59,7 +59,7 @@ in {
       path = [
         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.getent     # for `getent` to look up user shells
         pkgs.kmod       # required to pass tailscale's v6nat check
       ];
       serviceConfig.Environment = [