From e9609967676212afbf4cf91e151c52a7fc613adb Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 7 Feb 2025 19:07:15 +0100 Subject: [PATCH] :sparkles: add temp.disabled uxplay to flake.nix --- nixos/flake.nix | 1 + nixos/uxplay.nix | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/flake.nix b/nixos/flake.nix index 028ab4f..bf2742f 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -8,6 +8,7 @@ modules = [ ./configuration.nix ./hardware-configuration.nix + # ./uxplay.nix ]; }; }; diff --git a/nixos/uxplay.nix b/nixos/uxplay.nix index e9612b0..3ae199f 100644 --- a/nixos/uxplay.nix +++ b/nixos/uxplay.nix @@ -4,10 +4,9 @@ # also see: 24_nix_uxplay for script { config, pkgs, ... }: - { services.avahi = { - nssmdns = true; + nssmdns4 = true; enable = true; publish = { enable = true;