Flake: HM module

This commit is contained in:
bluepython508
2024-09-20 15:08:27 +01:00
parent 6aaf8ff8e5
commit ec08878e5a
6 changed files with 70 additions and 11 deletions

View File

@@ -32,6 +32,9 @@
assimilate)
run rpc ":ok = \"$(echo -n "$2" | ${pkgs.coreutils}/bin/base64)\" |> Base.decode64!() |> Frajtano.Agent.add_peer()"
;;
socket)
echo $FRAJTANO_DIR/agent.sock
;;
*)
run "$@"
;;