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