commit 376b423e490da1f7791b2c183ab81854d6cc9e0e parent cc265a681ca31c0163d6d702988ddc484ad316a6 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 11 Oct 2023 19:31:32 +0200 Add a update draupnir helper Diffstat:
| M | home-manager/home.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/home-manager/home.nix b/home-manager/home.nix @@ -84,6 +84,7 @@ enable = true; shellAliases = { update = "cd /etc/nixos/nixos && git pull && sudo nixos-rebuild switch --flake .#$(hostname) && home-manager switch --flake .#marcel@$(hostname)"; + rebuild-draupnir-yara = "cd /home/marcel/Draupnir && git stash && git pull && git stash pop && podman buildx build --tag git.nordgedanken.dev/kubernetes/gitops/gnuxie/draupnir:yara --platform linux/arm64 . && podman push git.nordgedanken.dev/kubernetes/gitops/gnuxie/draupnir:yara"; }; history = { size = 10000;