Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-05-17 | nix oci container: add escape hatch to docker config | stuebinm | 1 | -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-12 | better nix-modules in oci container | stuebinm | 2 | -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-07 | experimenting with nixos modules in oci containers | stuebinm | 4 | -0/+170 | |
See the Readme.org file for what this is. |