add avahi

This commit is contained in:
2026-04-14 21:40:35 +02:00
parent 89022e0d50
commit 6a7549e025
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ let
./programs
./services/default.nix
./services/docker.nix
./services/xdg-portal-fix.nix
];
+4
View File
@@ -1,4 +1,8 @@
{pkgs, ...}: {
imports = [
./avahi.nix
];
networking = {
nameservers = ["1.1.1.1" "1.0.0.1"];