Specify which yubikey the serial belongs to.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
c4b62ddeee
commit
cad2386593
3 changed files with 5 additions and 5 deletions
|
|
@ -168,7 +168,7 @@ in
|
|||
home.activation.aws-cli-mfa-config = lib.hm.dag.entryAfter ["writeBoundary"] ''
|
||||
mkdir -p ~/.config/aws-cli-mfa
|
||||
cat > ~/.config/aws-cli-mfa/config.yaml << EOF
|
||||
mfa_serial: $(cat ${config.sops.secrets."aws/mfa_serial".path})
|
||||
mfa_serial: $(cat ${config.sops.secrets."aws/jmug_ace_mfa_serial".path})
|
||||
role_arn: $(cat ${config.sops.secrets."aws/role_arn".path})
|
||||
session_duration: 43200
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue