nixos: add myself to maintainers

wip/yesman
rnhmjoj 5 years ago
parent dcf9a77568
commit 1a2e7c3b00
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
  1. 2
      nixos/modules/services/networking/dnschain.nix
  2. 3
      nixos/modules/services/networking/dnscrypt-wrapper.nix
  3. 2
      nixos/modules/services/networking/fakeroute.nix
  4. 12
      nixos/modules/services/networking/monero.nix
  5. 2
      nixos/modules/services/networking/namecoind.nix
  6. 2
      nixos/modules/services/networking/pdns-recursor.nix
  7. 2
      nixos/modules/services/networking/privoxy.nix
  8. 2
      nixos/modules/services/networking/searx.nix
  9. 2
      nixos/modules/services/torrent/magnetico.nix
  10. 2
      nixos/modules/services/x11/compton.nix
  11. 3
      nixos/modules/services/x11/unclutter.nix
  12. 2
      nixos/modules/services/x11/urxvtd.nix

@ -180,4 +180,6 @@ in
};
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
}

@ -197,4 +197,7 @@ in {
};
};
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
}

@ -60,4 +60,6 @@ in
};
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
}

@ -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 ];
}

@ -201,4 +201,6 @@ in
};
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
}

@ -219,4 +219,6 @@ in {
"To change extra Recursor settings use services.pdns-recursor.settings instead.")
];
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
}

@ -109,4 +109,6 @@ in
};
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
}

@ -75,4 +75,6 @@ in
};
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
}

@ -213,4 +213,6 @@ in {
};
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
}

@ -284,4 +284,6 @@ in {
environment.systemPackages = [ pkgs.compton ];
};
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
}

@ -71,4 +71,7 @@ in {
serviceConfig.Restart = "always";
};
};
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
}

@ -45,4 +45,6 @@ in {
environment.variables.RXVT_SOCKET = "/run/user/$(id -u)/urxvtd-socket";
};
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
}

Loading…
Cancel
Save