summaryrefslogtreecommitdiff
path: root/nix-modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-31nixos oci container: add tag optionstuebinm1-1/+2
2021-05-31nixos-modules oci container: keep to the specstuebinm1-2/+2
turns out you can break the image spec in subtle ways and instead of telling anyone about it, docker will just guess what was meant and do whatever. podman won't, and actually keeps to the spec. it should work with both now ...
2021-05-17nix oci container: add escape hatch to docker configstuebinm1-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).
2021-05-12better nix-modules in oci containerstuebinm2-32/+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)
2021-05-07experimenting with nixos modules in oci containersstuebinm4-0/+170
See the Readme.org file for what this is.