diff options
| author | Raito Bezarius <masterancpp@gmail.com> | 2023-04-12 20:00:44 +0200 |
|---|---|---|
| committer | Raito Bezarius <masterancpp@gmail.com> | 2023-04-21 13:00:19 +0200 |
| commit | 76f1b633ba8023ea789347a52dcf1e6c60ec5369 (patch) | |
| tree | 8adb4ee898456f4aab13a0744654e714d7ad1875 | |
| parent | nixos/virtualisation/qemu-vm: remove persistBootDevice option (diff) | |
| download | nixpkgs-origin/qemu-boot-disk-using-make-disk-image.tar.gz | |
CODEOWNERS: add raitobezarius to qemu-vm.nixorigin/qemu-boot-disk-using-make-disk-image
I do a lot of work on QEMU VM and make-disk-image and I was bitten by an
unnotified change recently, so I want to chime in the future changes of
this file.
| -rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 96bdccccf517..f3d4781dc531 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -90,6 +90,9 @@ # NixOS integration test driver /nixos/lib/test-driver @tfc +# NixOS QEMU virtualisation +/nixos/virtualisation/qemu-vm.nix @raitobezarius + # Systemd /nixos/modules/system/boot/systemd.nix @NixOS/systemd /nixos/modules/system/boot/systemd @NixOS/systemd |
