From 61e21a8720764344f13ea327b00cc5e1badd955a Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 29 Jul 2024 07:27:51 +0200 Subject: [PATCH] feat(horsch,zsh): add fu-build function --- horsch/zsh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/horsch/zsh.nix b/horsch/zsh.nix index 768828f..3192e68 100644 --- a/horsch/zsh.nix +++ b/horsch/zsh.nix @@ -14,6 +14,10 @@ ssh smartcan "systemctl restart smartcan-''${1}" } + function fu-build { + ./kas-container build kas/kas-ttc-image-horsch.yml + } + function fu-reboot { ssh fusion "reboot" }