remove polaris-14 pr
This commit is contained in:
@@ -3,13 +3,15 @@
|
||||
# Polaris
|
||||
# Self-host your music collection, and access it from any computer and mobile device
|
||||
|
||||
#disabledModules = [ "services/misc/polaris.nix" ];
|
||||
#imports = [ "${inputs.unstable}/nixos/modules/services/misc/polaris.nix" ];
|
||||
|
||||
services.polaris = {
|
||||
enable = true;
|
||||
#user = "pbsds";
|
||||
#group = "users";
|
||||
port = 7890;
|
||||
#package = pkgs.unstable.polaris; # instead of my overlay, TODO: move that overlay here
|
||||
package = pkgs.unstable.polaris;
|
||||
settings = {
|
||||
settings.reindex_every_n_seconds = 7*24*60*60; # weekly, default is 1800, i.e. hourly
|
||||
settings.album_art_pattern =
|
||||
|
||||
Reference in New Issue
Block a user