summary refs log tree commit diff
path: root/nixos/tests/containers-portforward.nix
Commit message (Collapse)AuthorAge
* nixos/qemu-vm: default memorySize 384 -> 1024Artturin2021-11-21
| | | | | | | | | the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
* nixos/qemu-vm: Rename pathsInNixDB to additionalPathstalyz2021-10-28
| | | | | | pathsInNixDB isn't a very accurate name when a Nix store image is built (virtualisation.useNixStoreImage); rename it to additionalPaths, which should be general enough to cover both cases.
* nixos/containers: styling improvementsPatryk Wychowaniec2021-02-26
|
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixos/tests/*: editorconfig fixeszowoq2020-08-04
|
* nixosTests.containers*: port rest to pythonMartin Milata2019-12-08
|
* Remove myself as maintainer from packagesFlorian Friesdorf2019-02-22
| | | | I'm currently not maintaining any packages.
* tests/docs: remove remnants of old allowPing default (#49198)Robin Gloster2018-10-30
| | | | | This has been defaulting to true since 16.03, we don't need this code anymore, also the note in the documentation has been obsolete for quite a while.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos-container: added test for port forwarding ( ↵Ian-Woo Kim2017-02-15
nixos/tests/containers-portforward.nix )