summary refs log tree commit diff
path: root/nixos/tests/containers-tmpfs.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: remove kampka as maintainer (#109813)Christian Kampka2021-01-18
|
* 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/containers-tmpfs: Port test to pythonJacek Galowicz2019-11-25
|
* maintainers: update my maintainer information (#67686)Christian Kampka2019-09-03
|
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/tests/containers-tmpfs: fix test nameFranz Pletz2018-03-12
|
* containers module: Add tmpfs options (#20557)Christian Kampka2016-11-22
Allows one or more directories to be mounted as a read-only file system. This makes it convenient to run volatile containers that do not retain application state.