summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c4662b044aa..28116af65bf 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -77,6 +77,12 @@
 # NixOS integration test driver
 /nixos/lib/test-driver  @tfc
 
+# Systemd
+/nixos/modules/boot/systemd.nix      @NixOS/systemd
+/nixos/modules/boot/systemd-*.nix    @NixOS/systemd
+/nixos/lib/systemd-*.nix             @NixOS/systemd
+/pkgs/os-specific/linux/systemd      @NixOS/systemd
+
 # Updaters
 ## update.nix
 /maintainers/scripts/update.nix   @jtojnar