Jacek Galowicz
Jacek Galowicz
I guessed. There is a branch that's called exactly like that version of the docs.
Hi, i could use this, too. Would you mind opening a pull request in this repo in order to upstream it?
@maksbotan @arianvp any way to get this in? i would also port the pull request to this repo if necessary.
> Indeed, if for some weird reason you guys use `servant-multipart` with GHCJS (why tho?), it should be splitted into `servant-multipart-api`, `servant-multipart-client` and `servant-multipart` (containing server code). Does anything speak...
Oh, interesting. What do i need the macros for? I just use the titles of these items in my plantum descriptions (i.e. `moon_25` and not `WEATHER_MOON_25`)
> Someone internally pointed me to [this blog post](https://blog.galowicz.de/2019/04/17/tutorial_nix_cpp_setup/) which, apart from the FP constructions that twist your brain, does exactly the type of matrix build that we want (we'd...
I also ran into this. checking for the value `""` in `fdFileName` is also the method i came up with to check for this condition, but it feels unsound.
Also, it seems like the prompt is [this one from the luks nixos module](https://github.com/NixOS/nixpkgs/blob/dffb79cc7254b581a1d8f25366c10cdce383dd78/nixos/modules/system/boot/luksroot.nix#L182) and when i just enter something, i see that `cryptsetup luksOpen /dev/sda3 cryptedroot --key-file=-`, which really...
Ok, i got it working by adding these additional lines to my nixos config: ```nix boot.initrd.luks.devices.cryptedroot.keyFile = "/key/hdd.key"; boot.initrd.luks.devices.cryptedroot.preLVM = false; ``` Thanks @Lassulus for pointing the preLVM stuff out!...
Thank you for bringing this up! Documenting this seems like a very good idea. Putting this into `README.md` seems appropriate. Are you interested in creating a PR that extends the...