This repository has been archived on 2026-04-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
server-config/services/monero/default.nix
Simon Gardling 324a9123db
All checks were successful
Build and Deploy / deploy (push) Successful in 2m48s
better organize related monero and matrix services
2026-04-04 14:32:26 -04:00

9 lines
100 B
Nix

{
imports = [
./monero.nix
./p2pool.nix
./xmrig.nix
./xmrig-auto-pause.nix
];
}