enable shairport

This commit is contained in:
jopejoe1 2024-12-11 20:02:25 +01:00
parent bb3d378f5e
commit c2390e575f

View file

@ -77,6 +77,10 @@
openFirewall = true; openFirewall = true;
secretKeyFile = "/var/cache-priv-key.pem"; secretKeyFile = "/var/cache-priv-key.pem";
}; };
shairport-sync = {
enable = true;
package = pkgs.shairport-sync-airplay2;
};
}; };
nixpkgs = { nixpkgs = {