chrony: add gkleen as maintainer for nixos test for ptp_kvm

This commit is contained in:
Gregor Kleen 2023-01-15 20:32:58 +01:00 committed by Austin Seipp
parent b355be2d91
commit 239a93f205
2 changed files with 10 additions and 0 deletions

View File

@ -5351,6 +5351,12 @@
githubId = 60962839;
name = "Mazen Zahr";
};
gkleen = {
name = "Gregor Kleen";
email = "xpnfr@bouncy.email";
github = "gkleen";
githubId = 20089782;
};
gleber = {
email = "gleber.p@gmail.com";
github = "gleber";

View File

@ -2,6 +2,10 @@ import ./make-test-python.nix ({ lib, ... }:
{
name = "chrony-ptp";
meta = {
maintainers = with lib.maintainers; [ gkleen ];
};
nodes = {
qemuGuest = { lib, ... }: {
boot.kernelModules = [ "ptp_kvm" ];