diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c4662b044aa7..28116af65bf3 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