nixos/tailscale: use networking.resolvconf.package
Allow using the appropriate resolver implementation to set DNS entries (typically systemd-resolved instead of openresolv).
This commit is contained in:
parent
458ac47a1d
commit
953a5bd3dd
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in {
|
|||
systemd.services.tailscaled = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [
|
||||
pkgs.openresolv # 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.glibc # for `getent` to look up user shells
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue