mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
refactored extra formatting issues in navidrome container
This commit is contained in:
parent
e67740c5b7
commit
92d288dd9a
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue