Compare commits
No commits in common. "cfaf5bfcf1e89121cd0f08311ea67ac087b54588" and "ed48e881cac21c2af6c9e093d7aacef39945d9bc" have entirely different histories.
cfaf5bfcf1
...
ed48e881ca
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
elixir_1_18
|
||||
elixir_1_17
|
||||
];
|
||||
}
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
systemd.services.dnsmasq.serviceConfig.after = ["tailscale"];
|
||||
|
||||
services.dnsmasq = {
|
||||
enable = true;
|
||||
resolveLocalQueries = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue