feat(spotifyd): add spotifyd
This commit is contained in:
parent
0bc109c6a9
commit
873611b155
4 changed files with 21 additions and 2 deletions
|
@ -45,8 +45,11 @@
|
|||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
22 # SSH
|
||||
5353 # spotifyd
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
5353 # spotifyd
|
||||
];
|
||||
allowedUDPPorts = [ ];
|
||||
};
|
||||
|
||||
interfaces.enp12s0.wakeOnLan.policy = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue