9 lines
178 B
Nix
9 lines
178 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
spotifyd
|
|
spotify-player
|
|
ncspot
|
|
];
|
|
# Local Discovery
|
|
networking.firewall.allowedTCPPorts = [57621];
|
|
}
|