summaryrefslogtreecommitdiff
path: root/nix-modules (unfollow)
Commit message (Collapse)AuthorFilesLines
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.