chore: remove unused uxplay.nix 🔥

AirPlay config is inline in sunken-ship.nix; this file was never
imported.
This commit is contained in:
DannyDannyDanny 2026-03-30 18:01:23 +02:00
parent 657e250f75
commit 69e07dbc14

View file

@ -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;
};
};
}