nixos: add myself to maintainers

This commit is contained in:
rnhmjoj
2019-12-04 17:09:53 +01:00
parent dcf9a77568
commit 1a2e7c3b00
12 changed files with 31 additions and 5 deletions
+7 -5
View File
@@ -224,15 +224,17 @@ in
};
};
assertions = singleton {
assertion = cfg.mining.enable -> cfg.mining.address != "";
message = ''
assertions = singleton {
assertion = cfg.mining.enable -> cfg.mining.address != "";
message = ''
You need a Monero address to receive mining rewards:
specify one using option monero.mining.address.
'';
};
'';
};
};
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
}