From 92d288dd9ab914541f2905e95d048a353f5d61ef Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 11 Mar 2024 18:40:34 -0400 Subject: [PATCH] refactored extra formatting issues in navidrome container --- modules/homelab/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/homelab/default.nix b/modules/homelab/default.nix index 418eded9..5532ce15 100644 --- a/modules/homelab/default.nix +++ b/modules/homelab/default.nix @@ -56,8 +56,8 @@ containers.navidrome = { autoStart = true; bindMounts."/Music".hostPath = "/mnt/Media/Music"; - }; config = { config, pkgs, lib, ... }: { + system.stateVersion = "24.05"; services.navidrome = { enable = true; openFirewall = true; @@ -70,7 +70,6 @@ UIWelcomeMessage = "Welcome to Navidrome on Raffauf Labs."; }; }; - system.stateVersion = "24.05"; }; }; } \ No newline at end of file