added shairport

This commit is contained in:
Wyatt J. Miller 2024-10-29 13:29:34 -04:00
parent c7641b639b
commit 33876f6bc9

6
home/shairport.nix Normal file
View File

@ -0,0 +1,6 @@
{ pkgs, ... }: {
services.shairport-sync = {
enable = pkgs.stdenv.isLinux;
openFirewall = pkgs.stdenv.isLinux;
};
}