summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2022-03-22 20:19:27 +0100
committerGitHub <noreply@github.com>2022-03-22 20:19:27 +0100
commit66d57184afe10053fb6d3cc247b550786c6fd27b (patch)
treea7eb2f15b71eab13bd064880c8432b876d05ece0 /.github
parent2af63270ae5d05e22d476942581b035feaf26ef9 (diff)
parent7c44799cd524e1e895386ba0016e510a0d8dd644 (diff)
Merge pull request #164850 from bobvanderlinden/patch-3
CODEOWNERS: add @NixOS/systemd for systemd files
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c4662b044aa79..9117a44b9fc20 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -77,6 +77,12 @@
 # NixOS integration test driver
 /nixos/lib/test-driver  @tfc
 
+# Systemd
+/nixos/modules/system/boot/systemd.nix      @NixOS/systemd
+/nixos/modules/system/boot/systemd          @NixOS/systemd
+/nixos/lib/systemd-*.nix                    @NixOS/systemd
+/pkgs/os-specific/linux/systemd             @NixOS/systemd
+
 # Updaters
 ## update.nix
 /maintainers/scripts/update.nix   @jtojnar