mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
service/bazarr: init from legacy
This commit is contained in:
parent
38d30d725b
commit
9edf198411
5 changed files with 42 additions and 22 deletions
|
@ -1,21 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.bazarr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
systemd.services.bazarr = {
|
||||
after = [ "network-online.target" ];
|
||||
#unitConfig.RequiresMountsFor = [ "/storage" ];
|
||||
};
|
||||
|
||||
webapps.apps.bazarr = {
|
||||
dashboard = {
|
||||
name = "Bazarr";
|
||||
category = "manag";
|
||||
icon = "closed-captioning";
|
||||
link = "http://192.168.178.60:6767";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue