about summary refs log tree commit diff
path: root/nixos/lib
AgeCommit message (Expand)AuthorFilesLines
2024-05-06nixos/systemd-lib: fix assertRangeOrOneOf when value is not comparableJared Baur1-1/+2
2024-04-29nixos/lib/qemu-common: add riscv{32,64}-linux to qemu guest matrixstove1-0/+2
2024-04-23Merge pull request #297726 from r-vdp/systemd-unit-namesFlorian Klink4-35/+88
2024-04-21Merge pull request #298983 from illustris/mysqlRyan Hendrickson1-2/+13
2024-04-21nixos/systemd-lib: fix restart/reloadTriggers when passing pathsillustris1-2/+13
2024-04-15systemd: add a name option to all systemd unitsr-vdp4-35/+88
2024-04-14nixos/networkd: add [Bridge] section to netdev confAstrid Yu2-0/+7
2024-04-12NixOS Integration tests: Re-enable for macOSJacek Galowicz1-1/+1
2024-04-10Revert "NixOS Integration Tests: Enable again for darwin"Cole Helbling1-1/+1
2024-04-10NixOS Integration Tests: Enable again for darwinJacek Galowicz1-1/+1
2024-04-08Merge pull request #302590 from nikstur/repart-image-label-lengthnikstur1-0/+5
2024-04-08systemd-lib: include GPTMaxLabelLength constantnikstur1-0/+5
2024-04-05Merge pull request #301799 from alyssais/QEMU_OPTSJacek Galowicz1-2/+0
2024-04-05nixos/test-driver: don't add QEMU_OPTS twiceAlyssa Ross1-2/+0
2024-04-03nixos/tests/installer: avoid create_machine, clean upK9001-0/+7
2024-04-01nixos/lib, doc: remove references to mdDoc (#300738)Philip Taron11-100/+94
2024-04-01Merge pull request #299652 from philiptaron/issue-208242/nixos/lib/systemdFlorian Klink5-114/+261
2024-03-28Merge pull request #296384 from pennae/remove-docbook-docs-supportSilvan Mosberger1-15/+1
2024-03-28nixos/doc: remove optionsDocBookpennae1-15/+1
2024-03-27Avoid top-level `with ...;` in nixos/lib/utils.nixPhilip Taron1-13/+48
2024-03-27Avoid top-level `with ...;` in nixos/lib/systemd-unit-options.nixPhilip Taron1-57/+81
2024-03-27Avoid top-level `with ...;` in nixos/lib/systemd-types.nixPhilip Taron1-32/+76
2024-03-27Avoid top-level `with ...;` in nixos/lib/systemd-network-units.nixPhilip Taron1-2/+7
2024-03-27Avoid top-level `with ...;` in nixos/lib/systemd-lib.nixPhilip Taron1-10/+49
2024-03-26nixos/tests: Remove unnecesary wait from initrdBackdoorWill Fancher1-1/+0
2024-03-23nixos/lib: Support derivations in escapeSystemdExecArgMartin Weinelt1-2/+2
2024-03-21doc: write improved documentation for nixosOptionsDoc (#295279)Johannes Kirschbauer1-12/+87
2024-03-17Merge pull request #293710 from B4dM4n/networkd-policy-rule-port-rangeWill Fancher1-1/+14
2024-03-12nixos/iso-image: extremely cursed performance optimization for HydraK9002-2/+28
2024-03-08nixos/lib/test-driver: fix mypy errors after staging-next mergeK9001-7/+5
2024-03-06nixos/networkd: allow RoutingPolicyRule port rangesFabian Möller1-1/+14
2024-03-02macOS support for NixOS tests (#282401)Gabriella Gonzalez3-3/+29
2024-03-01nixos/lib/make-disk-image.nix: fix systemd-boot-builder clobbering /homeless-...Arian van Putten1-0/+7
2024-03-01nixos/lib/test-driver: make the warning message more noticeableK9001-1/+6
2024-02-29Merge pull request #292189 from nagisa/fixes-systemd-upheldBy-propagationFranz Pletz1-8/+8
2024-02-29systemd: fix propagation of upheldBy option to unitsSimonas Kazlauskas1-8/+8
2024-02-28Merge pull request #291544 from K900/ovmf-oofK9003-105/+58
2024-02-28nixos/lib/test-driver: provide legacy path for create_machine({"startCommand"...K9002-2/+38
2024-02-27Merge pull request #290946 from ju1m/systemd-option-listWill Fancher1-8/+2
2024-02-27Merge pull request #285401 from sdht0/systemd-boot-xbootldrWill Fancher1-16/+39
2024-02-27nixos/lib/testing: remove yet another source of unnecessary test rebuildsK9001-0/+1
2024-02-27nixos/lib/test-driver: drop LegacyStartCommand, clean up create_machine APIK9003-104/+22
2024-02-27lib/test-driver: don't swallow qemu stderrK9001-1/+0
2024-02-27nixos/lib/testing: remove another source of unnecessary test rebuildsK9001-1/+4
2024-02-26nixos/lib/make-disk-image: Add ability to setup an XBOOTLDR partitionSiddhartha1-16/+39
2024-02-25Merge pull request #284874 from shlevy/ovmf-msAdam C. Stephens1-0/+3
2024-02-25nixos/systemd: merge unit options as lists when at least one value is a listJulien Moutinho1-8/+2
2024-02-23nixos/testDriver: remove pinned mypy python versionMichael Schneider1-1/+0
2024-02-15OVMF: Add test with secure boot enabledShea Levy1-0/+3
2024-02-14nixos/systemd: Support notify-reload service TypeSilvan Mosberger1-1/+1