ahuston-0 f175dca0ce
fix import
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-08-17 22:17:07 -04:00

42 lines
1.0 KiB
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./archiveteam.nix
./nextcloud.nix
./postgres.nix
];
virtualisation.oci-containers.backend = "docker";
# "nextcloud-go-vod-1 radialapps/go-vod"
# "nextcloud-nextcloud-1 nextcloud-nextcloud"
# "nextcloud-redis-1 redis"
# "rlcraft-mc-1 itzg/minecraft-server:java8"
# "mc-router-mc-router-1 itzg/mc-router"
# "unifi-controller lscr.io/linuxserver/unifi-network-application:latest"
# "unifi-20-mongodb-1 mongo:7.0"
# "restic-grafana-1 grafana/grafana:latest"
# "restic-prometheus-1 prom/prometheus:latest"
# "restic-restserver-1 restic/rest-server:latest"
# "firefly-iii-fidi-1 fireflyiii/data-importer:latest"
# "firefly-iii-app-1 fireflyiii/core:latest"
# "haproxy-haproxy-1 haproxy:latest"
# "calibre-web lscr.io/linuxserver/calibre-web:latest"
# "glances-glances-1 nicolargo/glances:latest-full"
# "foundry felddy/foundryvtt:11"
# "Qbit ghcr.io/linuxserver/qbittorrent:latest"
# "Qbitvpn binhex/arch-qbittorrentvpn:latest"
}