mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-24 06:33:10 +02:00
navidrome stuff
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
37886a5382
commit
0c7b4ce497
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ inputs: { config, pkgs, lib, ... }: {
|
|||
hardware = {
|
||||
opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
# driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ inputs: { pkgs, config, ... }: {
|
|||
enable = true;
|
||||
settings = {
|
||||
Port = 3008;
|
||||
Address = "172.0.0.1";
|
||||
Address = "192.168.100.35";
|
||||
BaseUrl = "https://music.gra.phite.ro";
|
||||
MusicFolder = "/var/navidrome/music";
|
||||
DataFolder = "/var/navidrome/data";
|
||||
|
|
Loading…
Reference in a new issue