diff --git a/nixos/uxplay.nix b/nixos/uxplay.nix deleted file mode 100644 index 3ae199f..0000000 --- a/nixos/uxplay.nix +++ /dev/null @@ -1,17 +0,0 @@ -# article / guide: -# https://taoa.io/posts/Setting-up-ipad-screen-mirroring-on-nixos -# https://gist.github.com/cmrfrd/fe8f61da076f8a4a751bf8fc8cb579a5 -# also see: 24_nix_uxplay for script - -{ config, pkgs, ... }: -{ - services.avahi = { - nssmdns4 = true; - enable = true; - publish = { - enable = true; - userServices = true; - domain = true; - }; - }; -}