about summary refs log tree commit diff
path: root/nixos/modules/virtualisation/qemu-vm.nix
AgeCommit message (Expand)AuthorFilesLines
12 daystreewide: fix mkEnableOption usageéclairevoyant1-1/+1
2024-05-16treewide: Remove usage of pkgs.{system,hostPlatform} aliasesFabian Möller1-1/+1
2024-04-22nixos/qemu-vm: set secrurity model for 'shared' and 'certs' directories to 'n...Anders Johan Jamtli1-0/+2
2024-04-22Revert "nixos/qemu-vm: set security model for 'xchg' directory to 'none'"Anders Johan Jamtli1-1/+0
2024-04-22nixos/qemu-vm: set security model for 'xchg' directory to 'none'Anders Johan Jamtli1-0/+1
2024-04-21nixos/qemu-vm: set security model 'none' for shared xchg directoryAnders Johan Jamtli1-0/+1
2024-04-20Merge branch 'NixOS:master' into qemu-vm-virtfs-security-modelAnders Johan Jamtli1-94/+81
2024-04-19nixos/qemu-vm: removed use of lib.mdDocAnders Johan Jamtli1-1/+1
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-88/+57
2024-04-05nixos/qemu-vm: split up the "keep EFI variables from system image" logicK9001-1/+8
2024-04-03nixos/tests/installer: avoid create_machine, clean upK9001-1/+1
2024-03-01nixos/qemu-vm: remove implicit dependency on SSMnikstur1-3/+1
2024-02-17nixos/qemu-vm: added security model for shared host nix storeAnders Johan Jamtli1-0/+1
2024-02-16nixos/qemu-vm: changed default security modelAnders Johan Jamtli1-1/+1
2024-02-16nixos/qemu-vm: added description of security model options, removed 'mapped' ...Anders Johan Jamtli1-2/+9
2024-02-15OVMF: Add test with secure boot enabledShea Levy1-0/+6
2024-02-10Merge pull request #287445 from fricklerhandwerk/qemu-env-varsWill Fancher1-5/+12
2024-02-10nixos/qemu-vm: add option to specify security model to use for a shared direc...Anders Johan Jamtli1-1/+6
2024-02-09Merge pull request #287438 from fricklerhandwerk/qemu-docs-linkValentin Gagarin1-1/+5
2024-02-09doc: add link to QEMU reference documentation in QEMU moduleValentin Gagarin1-1/+5
2024-02-09use code for env var notationValentin Gagarin1-1/+1
2024-02-09doc: expand on parameters passed to QEMU VMsValentin Gagarin1-4/+11
2024-02-07nixos/qemu-vm: convert tmpfiles rules to settingsWilliButz1-4/+12
2023-12-27Merge pull request #271326 from philiptaron/shutdown.targetnikstur1-0/+2
2023-11-30nixos/qemu: ensure correct ordering w.r.t. shutdown.targetPhilip Taron1-0/+2
2023-11-30treewide: replace `mkPackageOptionMD` with `mkPackageOption`h7x41-1/+1
2023-11-06nixos/qemu-vm: fix infinite recursionAlyssa Ross1-1/+1
2023-10-24Merge pull request #262021 from Enzime/linux-builder-crossRobert Hensing1-2/+2
2023-10-24linux-builder: support `x86_64-linux` on `aarch64`Michael Hoang1-2/+2
2023-10-23Merge pull request #229035 from NixOS/qemu-vm/tpmRyan Lahfa1-1/+66
2023-10-23qemu-vm: stop the swtpm once qemu stopsArthur Gautier1-2/+25
2023-10-22nixos/qemu-vm: add `virtualisation.tpm` for running TPM in QEMU infrastructureRaito Bezarius1-1/+43
2023-10-21nixos/qemu-vm: Rename nixos-disk-image -> nix-store-imageRobert Hensing1-0/+1
2023-10-02nixos/qemu-vm: optionally disable overriding fileSystemsnikstur1-5/+6
2023-09-15fix capitalization (#254542)Valentin Gagarin1-1/+1
2023-07-06nixos/qemu-vm: use CA certificates from hostMichael Hoang1-1/+27
2023-06-24nixos/qemu-vm: use cfg.host.pkgsnikstur1-10/+12
2023-06-16nixos/qemu-vm: use persistent block device namesnikstur1-98/+65
2023-06-09nixos/qemu-vm: introduce `virtualisation.directBoot`Raito Bezarius1-3/+55
2023-06-01nixos/qemu-vm: remove grub references from useBootLoader descriptionnikstur1-6/+5
2023-06-01nixos/qemu-vm: (re-)move old/incorrect commentsnikstur1-12/+6
2023-05-27nixos/qemu-vm: fix 32-bits assert for memorySizeRaito Bezarius1-1/+1
2023-05-27Merge pull request #234266 from emilylange/qemu-vm-2047mbRyan Lahfa1-1/+7
2023-05-26nixos/qemu-vm: add `virtualisation.memorySize < 2048` assertion on 32bitemilylange1-1/+7
2023-05-24nixos/qemu-vm: add option for named network interfacesGraham Dennis1-1/+31
2023-05-06Revert "nixos/qemu-vm: fix diskless VMs"Vladimír Čunát1-19/+8
2023-05-05Merge pull request #228047 from RaitoBezarius/diskless-vmRyan Lahfa1-8/+19
2023-05-04virtualisation/qemu-vm: escape bash variable in shell scriptPeter Kling1-1/+1
2023-05-02nixos/qemu-vm: make it possible to use UEFI without bootloadersRaito Bezarius1-10/+18
2023-04-25nixos/qemu-vm: fix diskless VMsRaito Bezarius1-8/+19