diff --git a/home/develop/langs/elixir.nix b/home/develop/langs/elixir.nix index d2ac19f..038edd8 100644 --- a/home/develop/langs/elixir.nix +++ b/home/develop/langs/elixir.nix @@ -1,5 +1,5 @@ {pkgs, ...}: { home.packages = with pkgs; [ - elixir_1_17 + elixir_1_18 ]; } diff --git a/hosts/hopper/profiles/lab/dnsmasq.nix b/hosts/hopper/profiles/lab/dnsmasq.nix index b95423a..e467698 100644 --- a/hosts/hopper/profiles/lab/dnsmasq.nix +++ b/hosts/hopper/profiles/lab/dnsmasq.nix @@ -3,6 +3,8 @@ lib, ... }: { + systemd.services.dnsmasq.serviceConfig.after = ["tailscale"]; + services.dnsmasq = { enable = true; resolveLocalQueries = false;