navidrome stuff

Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
Alex Stan 2024-06-26 09:11:13 +03:00
parent 37886a5382
commit 0c7b4ce497
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ inputs: { config, pkgs, lib, ... }: {
hardware = { hardware = {
opengl = { opengl = {
enable = true; enable = true;
driSupport = true; # driSupport = true;
driSupport32Bit = true; driSupport32Bit = true;
}; };

View file

@ -3,7 +3,7 @@ inputs: { pkgs, config, ... }: {
enable = true; enable = true;
settings = { settings = {
Port = 3008; Port = 3008;
Address = "172.0.0.1"; Address = "192.168.100.35";
BaseUrl = "https://music.gra.phite.ro"; BaseUrl = "https://music.gra.phite.ro";
MusicFolder = "/var/navidrome/music"; MusicFolder = "/var/navidrome/music";
DataFolder = "/var/navidrome/data"; DataFolder = "/var/navidrome/data";