about summary refs log tree commit diff
path: root/nixos/lib
AgeCommit message (Expand)AuthorFilesLines
2024-02-23nixos/testDriver: remove pinned mypy python versionMichael Schneider1-1/+0
2024-02-14nixos/systemd: Support notify-reload service TypeSilvan Mosberger1-1/+1
2024-02-10reviewSimonas Kazlauskas1-7/+1
2024-02-10systemd: add support for upholds and upheldBySimonas Kazlauskas2-1/+32
2024-01-30nixos/utils: fix stack overflow in genJqReplacementSnippet (#284027)Yureka1-0/+1
2024-01-26nixos/test-driver: blackK9001-2/+4
2024-01-26Merge pull request #262772 from RaitoBezarius/qemu-vm/wait-for-eventJacek Galowicz1-0/+24
2024-01-25nixos/lib/test-driver: add `wait_for_qmp_event`Raito Bezarius1-0/+24
2024-01-19Merge pull request #279170 from SuperSandro2000/nixos-repl-libRobert Hensing1-0/+1
2024-01-18systemd-lib: fix automount generation after 9fbf82d9cb48K9001-5/+4
2024-01-17Merge pull request #266370 from SuperSandro2000/systemd-install-wantedbyWill Fancher1-30/+29
2024-01-15nixos: Expose lib attribute on configuration for replRobert Hensing1-0/+1
2024-01-13Merge pull request #256709 from colemickens/make-squashfs-skip-compressionRyan Lahfa1-1/+2
2024-01-12Merge pull request #263658 from siriobalmelli-foss/sb/zfs-imageRyan Lahfa1-1/+4
2024-01-12nixos/lib/test-driver: add setuptools build depK9001-1/+5
2024-01-07nixos/lib/make-squashfs.nix: allow disabling compressionCole Mickens1-1/+2
2024-01-02systemd-lib: add Install WantedBy section to make units similar to upstream onesSandro Jäckel1-30/+29
2023-12-26Merge staging-next into staginggithub-actions[bot]1-2/+7
2023-12-26nixos/lib/make-disk-image: Create build products metadataMartin Weinelt1-2/+7
2023-12-21treewide: don't use python3Minimal where it is not requiredSandro Jäckel1-1/+1
2023-12-14Merge pull request #267937 from SomeoneSerge/fix/test-driver-activestateJacek Galowicz1-2/+30
2023-11-18nixos/networkd: add [IPVLAN] and [IPVTAP] configuration options to systemd.ne...Philip Taron1-0/+6
2023-11-16nixos/lib/test-driver: make wait_for_unit ask for ActiveState onlySomeone Serge1-2/+30
2023-11-10Merge pull request #256226 from ElvishJerricco/systemd-stage-1-testing-backdoorRyan Lahfa1-0/+16
2023-11-09systemd-stage-1: Enable backdoor in nixos testsWill Fancher1-0/+16
2023-11-09Merge pull request #266369 from SuperSandro2000/systemd-unit-empty-linesWill Fancher1-18/+17
2023-11-09systemd-lib: cleanup empty lines in unit filesSandro Jäckel1-18/+17
2023-11-08Merge pull request #265836 from hercules-ci/nixosTests-no-surprisesRobert Hensing1-3/+0
2023-11-07nixos/lib/make-btrfs-fs: Use fakeroot and faketime (#265686)Samuel Cormier-Iijima1-2/+4
2023-11-06nixos/testing/nodes: Do allow aliasesRobert Hensing1-3/+0
2023-11-02nixos/systemd-lib: fix building of empty unit filesemilylange1-1/+4
2023-10-31make-single-disk-zfs-image: make memSize configurableSirio Balmelli1-1/+4
2023-10-31nixos/systemd: fix make unit failed when unit too large5aaee91-1/+2
2023-10-29Merge pull request #262839 from RaitoBezarius/qemu-vm/timeoutRyan Lahfa6-13/+76
2023-10-29nixos/lib/test-driver: add driver-timeout as a passthru testRaito Bezarius1-0/+5
2023-10-29nixos/lib/testing/run: expose `rawTestDerivation`Raito Bezarius1-13/+23
2023-10-29nixos/test-driver: provide a global timeoutRaito Bezarius4-0/+48
2023-10-24Merge pull request #262021 from Enzime/linux-builder-crossRobert Hensing1-0/+1
2023-10-24linux-builder: support `x86_64-linux` on `aarch64`Michael Hoang1-0/+1
2023-10-24Merge pull request #260595 from adamcstephens/lxc/squashfsMaciej Krüger1-3/+10
2023-10-22Merge pull request #257535 from RaitoBezarius/vmstateJacek Galowicz2-1/+112
2023-10-21Merge pull request #257262 from dongcarl/2023-09-nginx-fixesRyan Lahfa1-0/+22
2023-10-21nixos/lib/test-driver: wire up QMP clientRaito Bezarius2-1/+112
2023-10-16systemd.network.netdev: Add support for WLAN devicesPhilip Taron1-0/+3
2023-10-12make-squashfs: add support for pseudoFiles, custom name, and disabling stripAdam Stephens1-3/+10
2023-10-10nixos/eval-config.nix: Rename arg nixosSystem -> configurationRobert Hensing1-3/+3
2023-10-10nixos/eval-config.nix: Rename let withExtraArgs -> withExtraAttrsRobert Hensing1-3/+3
2023-10-09nixos/nginx: Allow empty port for listen directiveCarl Dong1-0/+22
2023-10-08eval-config.nix: set nixpkgs.pkgs instead of _module.args.pkgsK9001-5/+3
2023-10-06nixos/testing: fix eval for tests created without make-python-test.nixK9001-7/+9