Files
dotfiles/system/bitcoin/joinmarket.nix
T
2024-07-21 12:11:27 +02:00

6 lines
61 B
Nix

{...}: {
services.joinmarket = {
enable = true;
};
}