mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-24 14:43:09 +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 = {
|
hardware = {
|
||||||
opengl = {
|
opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport = true;
|
# driSupport = true;
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue