working on towering

This commit is contained in:
alisceon 2025-07-23 13:16:55 +02:00
parent 0fb297b57d
commit 9f8084c1cf
7 changed files with 212 additions and 155 deletions

View file

@ -18,8 +18,8 @@
grep = "rg";
cat = "bat";
tsla-fan = "ipmitool -H 10.30.0.3 -U ADMIN -P ADMIN raw 0x30 0x70 0x66 0x01 0x0";
nixos-switch = "sudo nixos-rebuild switch --flake .#";
nixos-test = "sudo nixos-rebuild build-vm --flake .#";
nixos-switch = "sudo nixos-rebuild switch --flake .#${config.networking.hostName}";
nixos-test = "sudo nixos-rebuild build-vm --flake .#${config.networking.hostName}";
pypod = "podman run --rm -it --network host -v '.:/run' -w '/run' python /run/";
};
};