Create joinmarket.nix

This commit is contained in:
Bitcoin Txoko
2024-07-21 12:11:27 +02:00
committed by GitHub
parent 3151ec129e
commit 69837aa6df
+5
View File
@@ -0,0 +1,5 @@
{...}: {
services.joinmarket = {
enable = true;
};
}