mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
fix: small env related inaccuracies
Some checks failed
Flake check / Check flake (push) Has been cancelled
Some checks failed
Flake check / Check flake (push) Has been cancelled
This commit is contained in:
parent
5229a4c480
commit
6ea3851e72
18 changed files with 1415 additions and 1310 deletions
|
|
@ -83,18 +83,6 @@ in
|
|||
};
|
||||
|
||||
programs = {
|
||||
zsh.shellInit = ''
|
||||
export VSPHERE_USER="$(cat ${config.sops.secrets.vcuser.path})"
|
||||
export VSPHERE_PW="$(cat ${config.sops.secrets.vcpw.path})"
|
||||
export GOVC_USERNAME="$(cat ${config.sops.secrets.govcuser.path})"
|
||||
export GOVC_PASSWORD="$(cat ${config.sops.secrets.govcpw.path})"
|
||||
export GOVC_URL="$(cat ${config.sops.secrets.govcurl.path})"
|
||||
export GOVC_DATACENTER="$(cat ${config.sops.secrets.govcdc.path})"
|
||||
export GOVC_DATASTORE="$(cat ${config.sops.secrets.govcds.path})"
|
||||
export GOVC_HOST="$(cat ${config.sops.secrets.govchost.path})"
|
||||
export GOVC_RESOURCE_POOL="$(cat ${config.sops.secrets.govcpool.path})"
|
||||
export GOVC_NETWORK="$(cat ${config.sops.secrets.govcnetwork.path})"
|
||||
'';
|
||||
|
||||
browserpass.enable = true;
|
||||
_1password.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue