1

Services: Use common dockerhub login

This commit is contained in:
2026-03-24 11:29:21 +01:00
parent 7c7c195083
commit d61e6f8b9c
27 changed files with 60 additions and 264 deletions

View File

@ -1,4 +1,5 @@
{
mylib,
config,
lib,
pkgs,
@ -11,14 +12,7 @@ in {
image = "plexinc/pms-docker:${plexVersion}";
autoStart = true;
login = {
# Uses DockerHub by default
# registry = "";
# DockerHub Credentials
username = "christoph.urlacher@protonmail.com";
passwordFile = "${config.sops.secrets.docker-password.path}";
};
login = mylib.containers.mkDockerLogin config;
dependsOn = [
# "pihole"