This commit is contained in:
BOTAlex 2026-04-02 19:42:59 +02:00
parent f2bb1de7d8
commit a9551f7ba0
6 changed files with 39 additions and 4 deletions

View file

@ -27,6 +27,7 @@
r = "nix run";
wipe = "sudo rm -fr /var/lib/microvms/kube-* || sudo rm -fr /var/lib/microvms/shared/kube";
wg-keys = "wg genkey > privatekey && wg pubkey < privatekey > publickey";
k = "kubectl";
};