removed podman labels for flame

This commit is contained in:
2024-11-30 01:38:05 -06:00
parent 85d5f57304
commit b9868a9013
4 changed files with 0 additions and 24 deletions

View File

@@ -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 // { }