some formatting
This commit is contained in:
@@ -20,7 +20,7 @@ in
|
||||
inherit (cfg) port;
|
||||
secretKeyFile = config.sops.secrets."private_cache_keys/miniserver".path;
|
||||
};
|
||||
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (setup.proxyReverse cfg // { });
|
||||
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (setup.proxyReverse cfg);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user