nixos: add myself to maintainers

This commit is contained in:
rnhmjoj 2019-12-04 17:07:45 +01:00
parent dcf9a77568
commit 1a2e7c3b00
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
12 changed files with 31 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@ -224,15 +224,17 @@ in
}; };
}; };
assertions = singleton { assertions = singleton {
assertion = cfg.mining.enable -> cfg.mining.address != ""; assertion = cfg.mining.enable -> cfg.mining.address != "";
message = '' message = ''
You need a Monero address to receive mining rewards: You need a Monero address to receive mining rewards:
specify one using option monero.mining.address. specify one using option monero.mining.address.
''; '';
}; };
}; };
meta.maintainers = with lib.maintainers; [ rnhmjoj ];
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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