diff --git a/nixos/modules/system/boot/systemd/repart.nix b/nixos/modules/system/boot/systemd/repart.nix index 1f176252dc1e..251c7e236123 100644 --- a/nixos/modules/system/boot/systemd/repart.nix +++ b/nixos/modules/system/boot/systemd/repart.nix @@ -121,4 +121,6 @@ in ]; }; }; + + meta.maintainers = with lib.maintainers; [ nikstur ]; }