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;