mu: easier saltmaster
This commit is contained in:
parent
7694bc08d8
commit
90f73569ea
|
@ -1,7 +1,7 @@
|
||||||
{ home-manager, ... }: {
|
{ home-manager, ... }: {
|
||||||
home-manager.users.caspervk = {
|
home-manager.users.caspervk = {
|
||||||
programs.fish.shellAliases = {
|
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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
azure-cli
|
azure-cli
|
||||||
|
bitwarden-cli
|
||||||
fluxcd
|
fluxcd
|
||||||
(google-cloud-sdk.withExtraComponents [
|
(google-cloud-sdk.withExtraComponents [
|
||||||
google-cloud-sdk.components.gke-gcloud-auth-plugin
|
google-cloud-sdk.components.gke-gcloud-auth-plugin
|
||||||
|
|
Loading…
Reference in a new issue