code dump v1
This commit is contained in:
7
modules/sound/shairport.nix
Normal file
7
modules/sound/shairport.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{pkgs}: {
|
||||
services.shairport-sync = {
|
||||
enable = pkgs.stdenv.isLinux;
|
||||
openFirewall = pkgs.stdenv.isLinux;
|
||||
arguments = "-v -o pw";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user