nixos/monero: fix typo

This commit is contained in:
Johannes Arnold 2021-05-04 21:13:31 +00:00
parent 7cf3ffbddd
commit ff65166f44

View File

@ -64,7 +64,7 @@ in
type = types.bool; type = types.bool;
default = false; default = false;
description = '' description = ''
Whether to mine moneroj. Whether to mine monero.
''; '';
}; };