kubernetes vm building

This commit is contained in:
BOTAlex 2026-01-24 16:43:58 +01:00
parent 4e2d73d546
commit 376912c631
15 changed files with 319 additions and 15 deletions

View file

@ -12,13 +12,16 @@
all = "sudo chmod -R a+rwx ./*";
ng = "cd /etc/nginx/ && sudo nvim .";
copy = "xclip -sel clip";
pubkey = "cat ~/.ssh/id_ed25519.pub | copy";
pubkey = "cat ~/.ssh/id_ed25519.pub | ${pkgs.osc}/bin/osc copy";
up = "docker compose up -d";
down = "docker compose down -t 0";
inspect = "nix edit nixpkgs#$1";
fe = "nix develop";
fed = "nvim flake.nix";
cdn = "cd /etc/nixos";
snorre = "ssh bot@spoodythe.one";
kube-vm =
"ssh -o 'UserKnownHostsFile=/dev/null' -o 'StrictHostKeyChecking=no' -p 2222 root@localhost";
cpu =
"sudo turbostat --quiet --show PkgWatt --interval 1 --num_iterations 1 | awk 'NR==2{print $1}'";
r = "nix run";