ctucx.git: nixfiles

ctucx' nixfiles

commit d1d485da6c34adeeec31a3e1a5c6db37336ff3fc
parent 9d9200f549ebba0da8b6f6ee3641da7e5e2be5ce
Author: Katja (ctucx) <git@ctu.cx>
Date: Fri, 28 Feb 2025 11:49:37 +0100

configurations/linux/gnome: add avahi
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configurations/linux/gnome.nix b/configurations/linux/gnome.nix
@@ -32,6 +32,7 @@
   services = {
     nscd.enable     = true;
     printing.enable = true;
+    avahi.enable    = true;
     gvfs.package = (pkgs.gvfs.overrideAttrs (old: {
       mesonFlags = (old.mesonFlags or []) ++ [
         "-Dafp=false"