mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-23 07:04:14 -05:00
import DO token into environment while assuming shell
This commit is contained in:
parent
0fa437530e
commit
b11cedf26b
2 changed files with 9 additions and 0 deletions
|
|
@ -37,4 +37,12 @@ lib.mkIf config.user.crow.enable {
|
|||
mkdir -p /home/crow/.aws
|
||||
ln -s ${config.sops.templates."aws_shared_config".path} /home/crow/.aws/credentials
|
||||
'';
|
||||
|
||||
################
|
||||
# DigitalOcean #
|
||||
################
|
||||
|
||||
sops.secrets."digitalocean/token" = {
|
||||
owner = config.users.users.crow.name;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue