Skip to content

Commit

Permalink
services.tailscale: add openresolv to path
Browse files Browse the repository at this point in the history
Without openresolv, magic dns is not very usable.
  • Loading branch information
FRidh committed Apr 7, 2021
1 parent a73894a commit b9ef51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/networking/tailscale.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ in {
systemd.packages = [ cfg.package ];
systemd.services.tailscaled = {
wantedBy = [ "multi-user.target" ];
path = [ pkgs.openresolv ];
serviceConfig.Environment = "PORT=${toString cfg.port}";
};
};
Expand Down

0 comments on commit b9ef51a

Please sign in to comment.