# Do not modify this file! It was generated by ‘nixos-generate-config’ # and may be overwritten by future invocations. Please make changes # to /etc/nixos/configuration.nix instead. { config, lib, pkgs, modulesPath, ... }: { # virtualisation.oci-containers.backend = "podman"; virtualisation.oci-containers.containers = { # open-webui = { # image = "ghcr.io/open-webui/open-webui:main"; # volumes = ["/opt/open-webui:/app/backend/data"]; # # ports = ["3000:8080/tcp"]; # extraOptions = ["--gpus=all" "--network=host"]; # }; # factorio = { # image = "factoriotools/factorio:stable-2.0.13"; # autoStart = true; # volumes = ["/opt/factorio:/factorio"]; # ports = ["34197:34197/udp" "27015:27015/tcp"]; # }; # jellyfin = { # image = "docker.io/jellyfin/jellyfin:latest"; # autoStart = true; # volumes = [ # "jellyfin-cache:/cache:Z" # "jellyfin-config:/config:Z" # "/mnt/disk4/qbit:/media:ro,rprivate" # "/mnt/disk4/fonts:/fonts:ro" # ]; # ports = [ "8096:8096/tcp" ]; # }; # # embyserver = { # # image = "docker.io/emby/embyserver:latest"; # # autoStart = true; # # volumes = [ # # "embyserver-config:/config:Z" # # "/mnt/disk4/qbit:/media:ro,rprivate" # # ]; # # ports = [ "8097:8096" "8921:8920" ]; # # extraOptions = [ # # "--net=host" # # "--restart=on-failure" # # "--device=/dev/dri:/dev/dri" # # ]; # # }; }; }