mu: easier saltmaster

This commit is contained in:
Casper V. Kristensen 2023-10-25 13:10:43 +02:00
parent 7694bc08d8
commit 90f73569ea
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ home-manager, ... }: {
home-manager.users.caspervk = {
programs.fish.shellAliases = {
sm = "gcloud --project magenta-os2mo-production compute ssh --tunnel-through-iap saltmaster";
sm = "bw get totp e2be31fb-135f-4b28-88cd-b094000ddb67 | wl-copy; gcloud --project magenta-os2mo-production compute ssh --tunnel-through-iap saltmaster";
};
};
}

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
azure-cli
bitwarden-cli
fluxcd
(google-cloud-sdk.withExtraComponents [
google-cloud-sdk.components.gke-gcloud-auth-plugin