minor fix
This commit is contained in:
parent
7cf9348266
commit
3aeb124cff
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ in
|
||||||
navidrome.enable = lib.mkEnableOption "Navidrome music server"; # port 4533
|
navidrome.enable = lib.mkEnableOption "Navidrome music server"; # port 4533
|
||||||
navidrome.musicFolder = lib.mkOption {
|
navidrome.musicFolder = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "/home/Media/music";
|
default = "/home/yanlin/Media/music";
|
||||||
description = "Path to music folder for Navidrome";
|
description = "Path to music folder for Navidrome";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue