manatee: nixfmt

This commit is contained in:
Alexander Heldt
2026-03-07 12:08:01 +00:00
parent 6ea5db6d37
commit f446706a9c
9 changed files with 65 additions and 47 deletions

View File

@@ -15,11 +15,13 @@ in
};
config = {
mod.homepage.services = lib.mkIf navidromeEnabled [{
name = "Navidrome";
port = 4533;
description = "Music streaming";
}];
mod.homepage.services = lib.mkIf navidromeEnabled [
{
name = "Navidrome";
port = 4533;
description = "Music streaming";
}
];
services = lib.mkIf navidromeEnabled {
navidrome = {