1
This commit is contained in:
2023-09-01 11:40:07 +02:00
parent c364647a7e
commit 5947626dde
15 changed files with 108 additions and 66 deletions

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.NAME = {
image = "";
autoStart = true;

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.fileflows = {
image = "revenz/fileflows:latest";
autoStart = true;

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.homepage = {
image = "ghcr.io/benphelps/homepage:latest";
autoStart = true;

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.hydra = {
image = "linuxserver/nzbhydra2:latest";
autoStart = true;

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.jellyfin = {
image = "linuxserver/jellyfin:latest";
autoStart = true;

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.jellyseerr = {
image = "fallenbagel/jellyseerr:latest";
autoStart = true;

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.portainer = {
image = "portainer/portainer-ce:latest";
autoStart = true;

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.prowlarr = {
image = "linuxserver/prowlarr:latest";
autoStart = true;

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.radarr = {
image = "linuxserver/radarr:latest";
autoStart = true;

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.sabnzbd = {
image = "linuxserver/sabnzbd:latest";
autoStart = true;

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.sonarr = {
image = "linuxserver/sonarr:latest";
autoStart = true;

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.stash = {
image = "stashapp/stash:latest";
autoStart = true;

View File

@ -1,6 +1,9 @@
{config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}: {
virtualisation.oci-containers.containers.wireguard_vps = {
image = "linuxserver/wireguard:latest";
autoStart = true;