Services: Use common dockerhub login
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user