diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-20 14:45:00 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-01-20 14:45:00 +0200 |
| commit | ebf1b18f8e4f438cfdf0a6acbce15c8379299816 (patch) | |
| tree | b56085d2fc82412b78d06c4bcb5daa313a3f2b91 | |
| parent | d8bd03f826342855b4b0df769135a26f4c4c595c (diff) | |
| download | nixos-ebf1b18f8e4f438cfdf0a6acbce15c8379299816.tar.zst | |
Use avahi for mdns
| -rw-r--r-- | home/waybar/image.jpg | 18 | ||||
| -rw-r--r-- | roles/shared.nix | 3 |
2 files changed, 19 insertions, 2 deletions
diff --git a/home/waybar/image.jpg b/home/waybar/image.jpg new file mode 100644 index 0000000..4e2fdd7 --- /dev/null +++ b/home/waybar/image.jpg @@ -0,0 +1,18 @@ +xdg-desktop-portal-termfilechooser saving files tutorial + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!!! === WARNING! === !!! +!!! The contents of *whatever* file you open last in !!! +!!! your file manager will be *overwritten*! !!! +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +Instructions: +1) Move this file wherever you want. +2) Rename the file if needed. +3) Confirm your selection by opening the file. + +Notes: +1) This file is provided for your convenience. You + could delete it and choose another file to overwrite. +2) If you quit without opening a file, this file + will be removed and the save operation aborted. diff --git a/roles/shared.nix b/roles/shared.nix index 29136c4..821c8f7 100644 --- a/roles/shared.nix +++ b/roles/shared.nix @@ -598,6 +598,7 @@ avahi = { enable = true; nssmdns4 = true; + nssmdns6 = true; openFirewall = true; publish = { enable = true; @@ -771,11 +772,9 @@ resolved = { enable = true; dnssec = "true"; - llmnr = "true"; dnsovertls = "true"; domains = [ "~." ]; extraConfig = '' - MulticastDNS=true Cache=no-negative ''; fallbackDns = [ |
