removed podman labels for flame
This commit is contained in:
@@ -28,12 +28,6 @@ in
|
||||
extraOptions = [
|
||||
"--network=host"
|
||||
];
|
||||
labels = {
|
||||
"flame.type" = "application";
|
||||
"flame.name" = "Lidarr";
|
||||
"flame.url" = cfg.url;
|
||||
"flame.icon" = "music";
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (
|
||||
setup.proxyReverseFix cfg.hostName cfg.port // { }
|
||||
|
||||
Reference in New Issue
Block a user