feat(homeModules/desktop): add spotifyd
This commit is contained in:
parent
56064adfff
commit
3a5d53def7
4 changed files with 14 additions and 0 deletions
|
@ -19,5 +19,9 @@
|
|||
};
|
||||
environment.persistence."/persist".files = [ "/var/lib/tailscale/tailscaled.state" ];
|
||||
}
|
||||
(lib.mkIf config.desktop.enableSpotifyd {
|
||||
networking.firewall.allowedTCPPorts = [ 5353 ];
|
||||
networking.firewall.allowedUDPPorts = [ 5353 ];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue