added shairport
This commit is contained in:
parent
c7641b639b
commit
33876f6bc9
6
home/shairport.nix
Normal file
6
home/shairport.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
services.shairport-sync = {
|
||||||
|
enable = pkgs.stdenv.isLinux;
|
||||||
|
openFirewall = pkgs.stdenv.isLinux;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user