applied nixfmt (new version)
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{ lib, config, proxyReverseArr, ... }: {
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
proxyReverseArr,
|
||||
...
|
||||
}:
|
||||
{
|
||||
options.my.servers.radarr.enable = lib.mkEnableOption "enable";
|
||||
config = lib.mkIf config.my.servers.radarr.enable {
|
||||
services = {
|
||||
@@ -6,8 +12,7 @@
|
||||
enable = true;
|
||||
group = "piracy";
|
||||
};
|
||||
nginx.virtualHosts."movies.${config.my.domain}" = proxyReverseArr 7878
|
||||
// { };
|
||||
nginx.virtualHosts."movies.${config.my.domain}" = proxyReverseArr 7878 // { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user