nixos/modules: add myself as maintainer of several services

This commit is contained in:
1000101
2020-07-31 15:53:46 +02:00
parent 3f922834b8
commit b5d21137f3
3 changed files with 10 additions and 2 deletions
@@ -106,7 +106,9 @@ in
Restart = "always";
};
};
};
meta.maintainers = with maintainers; [ maintainers."1000101" ];
};
}