Removed comments and format

This commit is contained in:
pazpi 2024-08-27 21:59:21 +02:00
parent 8b25f46384
commit e0a09e90a7
No known key found for this signature in database
GPG key ID: 0942571C4B9966BE
7 changed files with 85 additions and 305 deletions

View file

@ -72,57 +72,6 @@ in
virtualisation.oci-containers.containers = enabledContainers containers;
# virtualisation.oci-containers.containers = {
# jackett = {
# image = "linuxserver/jackett";
# autoStart = true;
# extraOptions = [ "--pod=my-pod" ];
# volumes = [
# "jackett_config:/config"
# "jackett_data:/data"
# ];
# };
# radarr = {
# image = "linuxserver/radarr";
# autoStart = true;
# extraOptions = [ "--pod=download" ];
# volumes = [
# "radarr_config:/config"
# "radarr_data:/data"
# ];
# };
# sabnzbd = {
# image = "linuxserver/sabnzbd";
# autoStart = true;
# extraOptions = [ "--pod=download" ];
# volumes = [
# "sabnzbd_config:/config"
# "sabnzbd_data:/data"
# ];
# };
# sonarr = {
# image = "linuxserver/sonarr";
# autoStart = true;
# extraOptions = [ "--pod=download" ];
# volumes = [
# "sonarr_config:/config"
# "sonarr_data:/data"
# ];
# };
# prowlarr = {
# image = "linuxserver/prowlarr";
# autoStart = true;
# extraOptions = [ "--pod=download" ];
# volumes = [ "prowlarr_config:/config" ];
# };
# };
services.caddy = lib.mkIf cfg.proxy.enable {
enable = true;
enableReload = false;