change agenix secrets location
This commit is contained in:
parent
ebe53ce03c
commit
fb64729092
2 changed files with 9 additions and 82 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue