chore: remove unused uxplay.nix 🔥
AirPlay config is inline in sunken-ship.nix; this file was never imported.
This commit is contained in:
parent
657e250f75
commit
69e07dbc14
1 changed files with 0 additions and 17 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue