Justinas Stankevičius

Results 54 comments of Justinas Stankevičius

Closed in favor of #16834

For those looking for a possible workaround: ```nix { config, lib, nodes, ... }: { networking.extraHosts = with lib; concatStringsSep "\n" (mapAttrsToList (n: v: "${v} ${n}") (filterAttrs (n: v: n...

Alternatively, I would suggest an option of Readline/Emacs keybindings. Ctrl-A, Ctrl-E, Alt-F, Alt-B like in the shell would be super useful.

> With NixOps, I was using: > > However, the activation output is hidden by Colmena. I am using an equivalent snippet. You must run Colmena with the `-v` flag...

@Jay2k1 One ray of hope for you is: I don't think you *need* to keep the same account at all? From what I've read, the "account" is only used to...

I have started messing around with adding P-256 support to `acme2`. Sadly, it seems that JWK/JWS/JWT ecosystem is not perfectly mature in Rust, so acme2 implements these with its own...

I've submitted a PR adding P-256 account key support to to acme2: https://github.com/lucacasonato/acme2/pull/23

The player seems to crash before ffmpeg launches at all. There is no `FFmpeg.transcode-...` log file produced. The main Jellyfin log shows the following: Log file ``` [2023-09-16 20:10:02.346 +00:00]...

The patch helped me too (6.0.1 6A317).

Sorry, I kinda forgot about this for a while. Thank you for your changes! This looks great in general, although I'm unsure about the blanket `allowPrivileged`. What scenarios did you...