move stuff to shared-services
This commit is contained in:
parent
7549ce0707
commit
ab24240216
9 changed files with 9 additions and 8 deletions
12
shared-services/spotifyd.nix
Normal file
12
shared-services/spotifyd.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
config = ''
|
||||
zeroconf_port = 18572
|
||||
'';
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 18572 ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue