about summary refs log tree commit diff
path: root/nixos/lib
AgeCommit message (Expand)AuthorFilesLines
2023-05-28nixos/test-driver: fix formattingAlyssa Ross1-5/+6
2023-05-28Revert "nixos/lib/test-driver: enable EFI variable reads at runtime"Jacek Galowicz2-59/+0
2023-05-28Merge pull request #234513 from NixOS/test-driver/wait_for_console_timeoutJacek Galowicz1-14/+29
2023-05-28Merge pull request #229027 from NixOS/qemu-vm/read-efi-varJacek Galowicz2-0/+59
2023-05-28nixos/test-driver: add `timeout` option for `wait_for_console_text` (variant 2)Raito Bezarius1-19/+21
2023-05-27nixos/test-driver: add `timeout` option for `wait_for_console_text`Raito Bezarius1-4/+17
2023-05-27nixos/lib/test-driver: enable EFI variable reads at runtimeRaito Bezarius2-0/+59
2023-05-27Merge pull request #234427 from alyssais/create_machineJacek Galowicz1-5/+0
2023-05-27nixos/test-driver: add missing spaces to warningAlyssa Ross1-2/+2
2023-05-27nixos/test-driver: undeprecate create_machineAlyssa Ross1-5/+0
2023-05-24nixos/qemu-vm: quoted string reformatGraham Dennis1-1/+1
2023-05-24nixos/qemu-vm: add option for named network interfacesGraham Dennis2-16/+32
2023-05-19nixos/tests: fix typosfigsoda1-3/+3
2023-05-19Merge pull request #230316 from wrvsrx/fix-x-restart-triggersWill Fancher1-2/+2
2023-05-18Merge pull request #214373 from ncfavier/make-image-structured-attrsNaïm Favier3-20/+12
2023-05-18systemd.units.<name>.wantedBy: fix documentation renderingEt7f31-1/+1
2023-05-15Merge pull request #228801 from NixOS/make-disk-image-fasterRyan Lahfa3-4/+4
2023-05-11Merge pull request #230523 from hercules-ci/fast-nixos-test-evalRobert Hensing2-15/+66
2023-05-11nixos/testing/nodes.nix: Do not rely on disabledModulesRobert Hensing1-2/+2
2023-05-11nixos/testing: Add node.pkgsReadOnly escape hatchRobert Hensing1-2/+23
2023-05-11nixos/testing: Add node.pkgs optionRobert Hensing1-1/+21
2023-05-11nixos/all-tests.nix: Add readOnlyPkgs moduleRobert Hensing1-0/+1
2023-05-11make-iso9660-image: use `__structuredAttrs`Naïm Favier2-20/+11
2023-05-11make-squashfs: use `__structuredAttrs`Naïm Favier1-0/+1
2023-05-11nixos/lib: save triggers of systemd into nix storewrvsrx1-2/+2
2023-05-10nixos/all-tests.nix: Set nixpkgs.systemRobert Hensing1-5/+8
2023-05-10nixos/eval-config: Remove statically known mkIfRobert Hensing1-9/+15
2023-05-09Merge pull request #228220 from R-VdP/test_driver_guest_shell_timeoutJacek Galowicz1-5/+21
2023-05-07nixos/lib: hash triggers after converting them to string in systemd-libwrvsrx1-2/+2
2023-05-06lib/modules: Move class out of specialArgsRobert Hensing2-4/+3
2023-05-06nixos,nixpkgs: Add module classesRobert Hensing3-2/+8
2023-04-28nixos/lib/make-(multi|single)-disk-zfs-image: use qemu_kvm (host arch) instea...Raito Bezarius2-3/+3
2023-04-28nixos/lib/make-disk-image: do not compile a full arch QEMU to convert imagesRaito Bezarius1-1/+1
2023-04-26nixos-test-driver: include a timeout for the recv call, do not assume sh == bashr-vdp1-5/+21
2023-04-25nixosTest: remove hostname limitationsAlyssa Ross2-21/+17
2023-04-16nixos/make-disk-image: fix contents dir pathsLeon Barrett1-3/+8
2023-03-23Merge pull request #222110 from SuperSandro2000/root-sliceSandro1-1/+1
2023-03-22nixos/test-driver: accept non-\w* filenamesAlyssa Ross1-3/+4
2023-03-20systemd-lib: fix building -.slice (root slice)Sandro Jäckel1-1/+1
2023-03-16nixos/test-driver: remove allow_reboot state from Machine, make it a start() ...Astro2-7/+3
2023-03-16nixos/test-driver: implement Machine.reboot()Astro1-0/+9
2023-03-15nixos/test-driver: fix allow_rebootAstro1-7/+7
2023-02-26nixos/lib/make-multi-disk-zfs-image: expose memSize parameterNick Bathum1-0/+4
2023-02-26nixos/lib/make-disk-image: expose memSize parameterNick Bathum1-1/+4
2023-02-21nixos-render-docs: add options asciidoc converterpennae2-87/+7
2023-02-21nixos-render-docs: add options commonmark converterpennae2-35/+9
2023-02-18nixos-render-docs: use multiprocessing for optionspennae1-1/+1
2023-02-16nixos/lib/testing: set default timeout for VM testsK9001-1/+1
2023-02-08nixos/make-options-doc: fix related packages link labelpennae1-1/+1
2023-02-07Merge pull request #214910 from rnhmjoj/pr-gnupg-testJacek Galowicz1-24/+26