more experiments in wol

This commit is contained in:
alisceon 2026-01-27 15:44:52 +01:00
parent 2f8c779d7b
commit 041440c889
5 changed files with 170 additions and 7 deletions

View file

@ -1,7 +1,7 @@
## ALIASES ##
# home network utils
aliases["tsla-fan"] = "ipmitool -H 10.30.0.3 -U ADMIN -P ADMIN raw 0x30 0x70 0x66 0x01 0x0"
aliases["weboot"] = "bash -c 'nix shell nixpkgs#efibootmgr -c sudo efibootmgr -n 0000 && reboot'"
aliases["weboot"] = "sudo efibootmgr -n 0000 && reboot"
# nixos helpers
aliases["nixoss"] = "sudo nixos-rebuild switch --flake @('.#' + $(hostname))"