rfc39: disable until we can remember who we invited
Graham Christensen committed
Apr 5, 2020 at 22:28 UTC
50e1e825b11072811f582579ac127314e346d149
1 file changed
+1
modules/rfc39.nix
+1
@@ -21,6 +21,7 @@ in {
21
};
22
23
systemd.services.rfc39-sync = {
24
+ enable = false;
25
description = "Sync the Maintainer Team ";
26
path = [ config.nix.package pkgs.git rfc39 ];
27
startAt = "*:0/30";