forked from pub-solar/os
1
0
Fork 0

teutat3s: remove hashicorp CLIs

They are no longer open source ;(
main
teutat3s 2024-04-18 13:02:11 +02:00
parent 74dfae9076
commit e1052d75cd
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
2 changed files with 0 additions and 10 deletions

View File

@ -11,7 +11,6 @@
"brscan5"
"brscan5-etc-files"
"facetimehd-firmware"
"nomad"
"slack"
"veracrypt"
"zoom"

View File

@ -66,17 +66,12 @@ in {
home.packages = with pkgs; [
AusweisApp2
consul
drone-docker-runner
gpu-switch
ifmetric
ipmitool
#keybase-gui
nomad
thunderbird
vault
veracrypt
waypoint
age-plugin-yubikey
#cockroach-bin
obs-studio
@ -128,11 +123,7 @@ in {
}
complete -F _tailscale tailscale
complete -C ${pkgs.consul}/bin/consul consul
complete -C ${pkgs.nomad}/bin/nomad nomad
complete -C ${pkgs.vault}/bin/vault vault
complete -C ${flake.inputs.nixos-22-05.legacyPackages.${pkgs.system}.terraform}/bin/terraform terraform
complete -C ${pkgs.waypoint}/bin/waypoint waypoint
complete -C ${pkgs.opentofu}/bin/tofu tofu
'';