about summary refs log tree commit diff
path: root/nixos/modules/virtualisation/qemu-vm.nix
AgeCommit message (Expand)AuthorFilesLines
2023-05-28nixos/qemu-vm: fix 32-bits assert for memorySizeRaito Bezarius1-1/+1
2023-05-28nixos/qemu-vm: add `virtualisation.memorySize < 2048` assertion on 32bitemilylange1-1/+7
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
2023-04-23nixos/qemu-vm: introduce `virtualisation.mountHostNixStore` optionRaito Bezarius1-2/+20
2023-04-21Merge pull request #169116 from ElvishJerricco/systemd-stage-1-networkdFlorian Klink1-0/+2
2023-04-21nixos/virtualisation/qemu-vm: remove persistBootDevice optionRaito Bezarius1-18/+1
2023-04-21nixos/qemu-vm: refactor bootDisk generation using make-disk-imageRaito Bezarius1-150/+144
2023-04-20Merge pull request #222080 from Stunkymonkey/nixos-optionalStringArtturi1-2/+2
2023-04-11systemd-initrd: Support secrets when boot loader doesn'tWill Fancher1-0/+2
2023-04-07treewide: use more lib.optionalStringFelix Buehler1-2/+2
2023-03-19nixos/tmp: move /tmp options under boot.tmpSandro Jäckel1-2/+2
2023-03-12Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-3/+18
2023-03-12Merge pull request #209156 from pwaller/issue-114594Guillaume Girol1-3/+18
2023-03-09Merge master into staging-nextgithub-actions[bot]1-2/+2
2023-03-08Merge pull request #217886 from lilyinstarlight/fix/qemu-vm-initrd-mkdir-0755Will Fancher1-2/+2
2023-03-04Merge master into staging-nextFrederik Rietdijk1-28/+30
2023-02-23nixos/qemu-vm: fix minor typoLily Foster1-2/+2
2023-02-07qemu-vm: Simplfiy systemd-initrd /nix/store mount unitsWill Fancher1-5/+7
2023-02-07systemd-stage-1: Use `x-initrd.mount` for better unit dependenciesWill Fancher1-2/+2
2023-01-30Revert #178290: nixos/virtualisation: add optionVladimír Čunát1-31/+1
2023-01-28Merge remote-tracking branch 'upstream/nixos-unstable' into stateless-vmsLinus Heckemann1-3/+18
2023-01-25Merge pull request #178290 from andrew-hoff/ahh/qemu-interfacesRyan Lahfa1-1/+31
2023-01-22nixos/virtualisation: add option for explicitly named network interfacesAndrew Hoff1-1/+31
2023-01-21nixos/grub: Name initrd-secrets by system, not by initrdPeter Waller1-3/+18
2023-01-19nixos/qemu-vm: fix useBootLoader builds on aarch64-linuxThomas Watson1-2/+2
2023-01-13Merge pull request #200225 from pacien/nixos-qemu-vm-restrictnetworkRobert Hensing1-1/+16
2022-12-26Revert "treewide: use nativeBuildInputs with runCommand instead of inlining"K9001-10/+9
2022-12-20qemu-vm: use nixos module patterns for filesystemsLinus Heckemann1-27/+22
2022-12-19nixos/qemu-vm: allow use without a disk imageLinus Heckemann1-5/+12
2022-12-18treewide: use nativeBuildInputs with runCommand instead of inliningSandro Jäckel1-9/+10
2022-12-08nixos/doc: fix some optionsNaïm Favier1-4/+5
2022-12-02nixos/doc: document `mkOrder` and friendsNaïm Favier1-1/+1
2022-12-01Merge pull request #189935 from baloo/baloo/qemu-vm/fixup-efi-partitionsRyan Lahfa1-1/+2
2022-11-08nixos/qemu-vm: add option "restrictNetwork"pacien1-1/+16
2022-09-10nixos/*: fix docbook deprecation noticespennae1-1/+1
2022-09-05qemu-vm: ensure we do not overwrite the partition table when EFI is in useArthur Gautier1-1/+2
2022-09-01Merge branch 'master' into option-docs-mdpennae1-4/+19
2022-08-31nixos/*: convert options with admonitions to MDpennae1-7/+9
2022-08-31nixos/*: convert internal option descriptions to MDpennae1-1/+1
2022-08-31nixos/*: convert more partially-md option descriptionspennae1-6/+5
2022-08-25nixos/qemu: Add pkgs option for allowing other systems to run the VMSilvan Mosberger1-4/+19
2022-08-23ovmf: expose EFI prefixes and refactor qemu-vm with itRaito Bezarius1-9/+26
2022-08-19nixos/*: automatically convert option docspennae1-4/+4
2022-08-19nixos/*: normalize <package> to <literal>pennae1-1/+1
2022-08-14nixos/qemu-vm: Fix warning messageRobert Hensing1-1/+1
2022-08-14Merge pull request #181746 from hercules-ci/nixosTest-erofsRobert Hensing1-5/+51