| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
barfing out tautologies for free!
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
| |
Short overview:
- cleaner code
- more comments
- support for systemd services that are configured via `serviceConfig`
- got rid of bash (using dash for everything now)
|
| |
|
|
|
|
| |
See the Readme.org file for what this is.
|
|
|
|
|
|
|
| |
the nixos-installer is non writable by default, so this is basically a
completely stateless system that can run any software which I don't
normally want to run (with some exceptions), but still frequently need
for some reason ...
|
|
|
|
| |
so far, only calling rust from haskell, not the other way round.
|
|
|
|
|
|
|
| |
This is intended for misusing an age private key as "passphrase" for
decrypting a document. This is not really recommended, but it is useful,
since symmetric encryption in web assembly takes some orders of magnitude
(1-2 minutes) longer than asymmetric decryption.
|
| |
|
| |
|
| |
|
|
|