hmm
This commit is contained in:
parent
b69972cb03
commit
9b0cff715f
9 changed files with 51 additions and 14 deletions
9
hosts/common/optional/spotify.nix
Normal file
9
hosts/common/optional/spotify.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
spotifyd
|
||||
spotify-player
|
||||
ncspot
|
||||
];
|
||||
# Local Discovery
|
||||
networking.firewall.allowedTCPPorts = [57621];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue