diff options
author | Franck Cuny <franck@fcuny.net> | 2024-02-02 08:53:21 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-02-02 08:53:21 -0800 |
commit | 02a6badf3e172456fff386b1cf7aa8b28af514d9 (patch) | |
tree | 7d105499b5e12ce9141adf6b786da880c13809dc /hosts | |
parent | install firefox (diff) | |
download | world-02a6badf3e172456fff386b1cf7aa8b28af514d9.tar.gz |
install envoy
I'm doing some prototyping with it.
Diffstat (limited to '')
-rw-r--r-- | hosts/mba/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix index 04d6066..00ac2fe 100644 --- a/hosts/mba/default.nix +++ b/hosts/mba/default.nix @@ -24,6 +24,7 @@ brews = [ "aspell" # spelling "kind" # to run local k8s cluster + "envoy" # to do some testing with envoy ]; taps = [ |