about summary refs log tree commit diff
path: root/nixos/tests/containers-tmpfs.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-04-27nixos-container: Use new configuration & state directoriesadisbladis1-5/+5
We need to move NixOS containers somewhere else so these don't clash with Podman, Skopeo & other container software in the libpod & cri-o/cri-u/libcontainer ecosystems. The state directory move is not strictly a requirement but is good for consistency.
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin1-1/+0
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
2021-10-28nixos/qemu-vm: Rename pathsInNixDB to additionalPathstalyz1-1/+1
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.
2021-02-26nixos/containers: styling improvementsPatryk Wychowaniec1-5/+3
2021-01-18treewide: remove kampka as maintainer (#109813)Christian Kampka1-1/+1
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2019-11-25nixos/containers-tmpfs: Port test to pythonJacek Galowicz1-45/+59
2019-09-03maintainers: update my maintainer information (#67686)Christian Kampka1-1/+1
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-03-12nixos/tests/containers-tmpfs: fix test nameFranz Pletz1-1/+1
2016-11-22containers module: Add tmpfs options (#20557)Christian Kampka1-0/+79
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.