mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
shells/cloud: add comments
This commit is contained in:
parent
e8d52088ff
commit
d6def2edc5
@ -9,8 +9,10 @@
|
||||
(buildFHSUserEnv {
|
||||
name = "cloud-admin-env";
|
||||
targetPkgs = pkgs: (with pkgs; [
|
||||
awscli2
|
||||
azure-cli
|
||||
awscli2 # For Amazon Web Services.
|
||||
azure-cli # For Microsoft Azure.
|
||||
|
||||
# For Google Cloud Platform.
|
||||
(google-cloud-sdk.withExtraComponents
|
||||
(with google-cloud-sdk.components; [
|
||||
gke-gcloud-auth-plugin
|
||||
@ -18,10 +20,13 @@
|
||||
cloud-run-proxy
|
||||
])
|
||||
)
|
||||
kubectl
|
||||
hcloud
|
||||
linode-cli
|
||||
vultr-cli
|
||||
|
||||
kubectl # For managing Kubernetes cluster if it is on one.
|
||||
hcloud # For Hetzner Cloud.
|
||||
linode-cli # For Linode.
|
||||
vultr-cli # For Vultr.
|
||||
|
||||
# It's here since Google Cloud SDK needs it.
|
||||
python3
|
||||
]);
|
||||
}).env
|
||||
|
Loading…
Reference in New Issue
Block a user