removed serviceBase function
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
{ lib, config, serviceBase, proxyReverse, ... }: {
|
||||
{ lib, config, proxyReverse, ... }: {
|
||||
options.my.servers.bazarr.enable = lib.mkEnableOption "enable";
|
||||
config = lib.mkIf config.my.servers.bazarr.enable {
|
||||
services = {
|
||||
bazarr = serviceBase // { };
|
||||
bazarr = {
|
||||
enable = true;
|
||||
group = "piracy";
|
||||
};
|
||||
nginx = {
|
||||
enable = true;
|
||||
virtualHosts."subs.${config.my.domain}" =
|
||||
|
||||
Reference in New Issue
Block a user