1

Services/Kopia: Try to read secrets inline

This commit is contained in:
2025-07-11 19:22:30 +02:00
parent 2facc59798
commit 2c8f090078

View File

@ -98,8 +98,8 @@ in {
"--insecure"
"--address=0.0.0.0:51515"
# TODO: How to set this?
"--server-username=$KOPIA_SERVER_USERNAME"
"--server-password=$KOPIA_SERVER_PASSWORD"
"--server-username=(cat ${config.sops.secrets.kopia-server-username.path})"
"--server-password=(cat ${config.sops.secrets.kopia-server-password.path})"
];
extraOptions = [