1

Modules/Agenix: Add dockerhub credentials

This commit is contained in:
2025-07-09 13:59:10 +02:00
parent 1b3380aa41
commit 750fdf6101
4 changed files with 11 additions and 2 deletions

View File

@ -312,7 +312,7 @@
# If this user defined any secrets...
(builtins.hasAttr "${username}" nixosConfig.modules.agenix.secrets)
# ...we will add them to the current secrets.nix,
# s.t. agenix can be used to encrypt the secret.
# s.t. agenix can be used to encrypt/access them.
(builtins.concatStringsSep "\n"
(builtins.map
(mkSecret publicKeys.${username}.ssh)