summary refs log tree commit diff
path: root/nixos/lib
AgeCommit message (Expand)AuthorFilesLines
2023-10-04Merge pull request #257510 from ign0tus/fix/wake-on-lan-policyFlorian Klink1-0/+4
2023-09-30Fix broken genJqSecretsReplacementSnippet for jq 1.7 (#257932)Reno Reckling1-4/+7
2023-09-30nixos/test-driver: whitelist variable names that don't follow pep8Jörg Thalheim1-4/+4
2023-09-30nixos/test-driver: name exception according to pep8Jörg Thalheim1-2/+2
2023-09-30nixos/test-driver: apply ruff fixes & suggestionsJörg Thalheim7-29/+29
2023-09-30nixos/test-driver: disable typecheck for dependencies where don't have typingJörg Thalheim2-0/+12
2023-09-30nixos/test-driver: add shell.nixJörg Thalheim1-0/+2
2023-09-30nixos/test-driver: fix type errors in extract-docstringsJörg Thalheim1-17/+25
2023-09-30nixos/test-driver: convert to pyproject from setup.pyJörg Thalheim3-24/+45
2023-09-29nixos/lib/test-driver: reduce spam at boot hangsRaito Bezarius1-0/+3
2023-09-28networkd: Allow combinations of WakeOnLan policiesign0tus1-0/+4
2023-09-22test-driver: revert stderr nullpipeMaciej Krüger1-1/+3
2023-09-21Merge pull request #192593 from jlesquembre/test-driverArtturi1-14/+18
2023-09-20nixos/tests: make wait_for timeouts configurableJosé Luis Lafuente1-14/+18
2023-09-20Merge pull request #253876 from nbraud/nixos/sudo-rsMaciej Krüger1-3/+1
2023-09-19Merge pull request #255008 from SuperSandro2000/x-triggers-nameWill Fancher1-3/+3
2023-09-18nixos/test-driver: do not break if the command writes to stderrMaciej Krüger1-3/+1
2023-09-15nixos/lib/make-btrfs-fs: copy improvements fromArtturin1-10/+30
2023-09-15Merge pull request #91956 from c00w/makebtrfsArtturi1-0/+45
2023-09-13systemd-lib: add name to X-{Reloads,Restart}-Triggers to easily identify to w...Sandro Jäckel1-3/+3
2023-09-06Merge pull request #250318 from Artturin/copycrossfixArtturi1-1/+6
2023-09-03nixos/testing/driver: Copy cross fix from `modules/misc/nixpkgs.nix`Artturin1-1/+6
2023-08-20Merge pull request #250248 from Artturin/onlylimiti686Rick van Schijndel1-1/+3
2023-08-19make-squashfs: Only limit cores to 48 on i686Artturin1-1/+3
2023-08-17Merge pull request #245879 from teto/test-driverJacek Galowicz1-1/+7
2023-07-30nixos/test-driver: formatBobby Rong1-1/+3
2023-07-30Merge pull request #246093 from blaggacao/fix-nixos-tests-log-backdoor-servic...Jacek Galowicz1-0/+1
2023-07-29nixos/test-driver: log what to do if backdoor service doesn't come onelineDavid Arnold1-0/+1
2023-07-29test-driver: add persistent historyMatthieu Coudron1-1/+7
2023-07-28nixos: make extendModules retain pkgs on nixos configsr-vdp1-4/+6
2023-07-26nixos/lib: systemd definition files functionnikstur1-0/+17
2023-07-24Merge pull request #241949 from R-VdP/nixos_test_busyboxJacek Galowicz1-1/+1
2023-07-20Merge pull request #244466 from RaitoBezarius/networkd/netdev-macFlorian Klink1-1/+1
2023-07-20Merge pull request #244395 from pogobanane/masterRyan Lahfa1-1/+1
2023-07-20nixos/networkd: fix netdev MAC addresses assertsRaito Bezarius1-1/+1
2023-07-19Merge pull request #241365 from RaitoBezarius/macaddrs-netdevsFlorian Klink1-1/+6
2023-07-19nixos/lib/make-disk-image: fix installBootLoader for disabled grubPogobanane1-1/+1
2023-07-18Merge pull request #242135 from tfc/test-driver-doc-autogenRobert Hensing4-35/+275
2023-07-12treewide: use lib.optional instead of 'then []'Felix Buehler1-1/+1
2023-07-10integration test driver: Auto-generate integration test driver's machineJacek Galowicz4-12/+99
2023-07-09integration test driver: Synchronize integration test driver's docstrings in ...Jacek Galowicz1-34/+183
2023-07-09integration test driver: Adapt test script checking outputJacek Galowicz1-1/+5
2023-07-09nixos/networkd: fix mismerge of #240969 and #241362K9001-0/+2
2023-07-08nixos/test-driver: actually use the backdoor message to wait for backdoorK9001-1/+7
2023-07-06nixos/test-driver: use the short form argument to base64 for busybox compatib...r-vdp1-1/+1
2023-07-04nixos/networkd: support netdev MAC addressesRaito Bezarius1-1/+6
2023-07-01nixos/networkd: refactormutantmell2-0/+241
2023-06-29nixosTest: adds support for lib.extendArthur Gautier1-0/+1
2023-06-26nixos/qemu: set qemuSerialDevice for loongarch64Alyssa Ross1-1/+1
2023-06-19Merge pull request #237557 from pennae/dedocbookify-nixospennae3-213/+31