summaryrefslogtreecommitdiff
path: root/nix-modules/docker-nixos-modules.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nix oci container: add escape hatch to docker configstuebinm2021-05-171-10/+11
| | | | | | | | This now allows to write arbitrary values into the config of the docker containers generated, if so desired. It also now creates working directories /before/ executing any preStart scripts (which would lead to crashes before).
* better nix-modules in oci containerstuebinm2021-05-121-30/+47
| | | | | | | | Short overview: - cleaner code - more comments - support for systemd services that are configured via `serviceConfig` - got rid of bash (using dash for everything now)
* experimenting with nixos modules in oci containersstuebinm2021-05-071-0/+90
See the Readme.org file for what this is.