2024-06-23 15:42:33 -04:00
|
|
|
{
|
|
|
|
config,
|
|
|
|
lib,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}:
|
|
|
|
|
|
|
|
{
|
2024-08-15 23:35:11 -04:00
|
|
|
imports = [
|
|
|
|
./archiveteam.nix
|
2024-08-16 00:57:14 -04:00
|
|
|
./minecraft.nix
|
2024-08-15 23:35:11 -04:00
|
|
|
./nextcloud.nix
|
2024-06-29 00:55:58 -04:00
|
|
|
./postgres.nix
|
2024-08-15 23:40:05 -04:00
|
|
|
./unifi.nix
|
2024-08-15 23:35:11 -04:00
|
|
|
];
|
2024-06-23 15:42:33 -04:00
|
|
|
|
|
|
|
virtualisation.oci-containers.backend = "docker";
|
2024-06-29 00:59:49 -04:00
|
|
|
virtualisation.docker.daemon.settings.data-root = "/var/lib/docker2";
|
2024-08-15 23:35:11 -04:00
|
|
|
|
|
|
|
# "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"
|
|
|
|
|
2024-08-16 00:46:47 -04:00
|
|
|
# automatedFFDL
|
|
|
|
|
2024-08-15 23:35:11 -04:00
|
|
|
# "Qbit ghcr.io/linuxserver/qbittorrent:latest"
|
|
|
|
# "Qbitvpn binhex/arch-qbittorrentvpn:latest"
|
2024-06-23 15:42:33 -04:00
|
|
|
}
|