# 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 = { # 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" # # ]; # # }; # }; }