From bcac3774102b666e7ce19fe564dd769815eb2d5e Mon Sep 17 00:00:00 2001 From: Bitcoin Txoko <142011724+bitcointxoko@users.noreply.github.com> Date: Sun, 21 Jul 2024 12:28:33 +0200 Subject: [PATCH] Create joinmarket-ob-watcher.nix --- system/bitcoin/joinmarket-ob-watcher.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 system/bitcoin/joinmarket-ob-watcher.nix diff --git a/system/bitcoin/joinmarket-ob-watcher.nix b/system/bitcoin/joinmarket-ob-watcher.nix new file mode 100644 index 0000000..d57b208 --- /dev/null +++ b/system/bitcoin/joinmarket-ob-watcher.nix @@ -0,0 +1,5 @@ +{ + services.joinmarket-ob-watcher = { + enable = true; + }; +}