nixos/hosts/mu/fish.nix
Casper V. Kristensen 143d48e7f5 terraform => tofu 🥹
Actually, everyone needs to migrate to opentofu since the (remote) state
references registry.{terraform.io,opentofu.org}.
2024-01-30 10:27:42 +01:00

8 lines
268 B
Nix

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