change agenix secrets location

This commit is contained in:
Moritz Böhme 2021-11-29 11:56:35 +01:00
parent ebe53ce03c
commit fb64729092
2 changed files with 9 additions and 82 deletions

View file

@ -10,13 +10,11 @@
global = {
# A command that gets executed and can be used to
# retrieve your username.
username_cmd =
"${pkgs.coreutils}/bin/head -n 1 /run/secrets/spotifyd";
username_cmd = "${pkgs.coreutils}/bin/head -n 1 /run/agenix/spotifyd";
# A command that gets executed and can be used to
# retrieve your password.
password_cmd =
"${pkgs.coreutils}/bin/tail -n 1 /run/secrets/spotifyd";
password_cmd = "${pkgs.coreutils}/bin/tail -n 1 /run/agenix/spotifyd";
# The name that gets displayed under the connect tab on
# official clients. Spaces are not allowed!