Matthias Riße
Matthias Riße
As usual, you find a solution right after explaining the problem... The solution might be systemd's `LoadCredential`. In particular, this comment helped me out: https://github.com/NixOS/nixpkgs/issues/102397#issuecomment-853472016. As an example, my tiddlywiki...
Oh, that's a lot more elegant, as it does not make assumptions about the location of the systemd credentials directory. Thanks! Should this issue be closed then, or do you...
Actually, this does not the seem to work for me. With the following configuration: ``` sops.secrets."tiddlywiki/credentials" = { owner = "tiddlywiki"; }; services.tiddlywiki.enable = true; services.tiddlywiki.listenOptions = { readers =...
> If you specify a group, than you need to do the same in the systemd service: > > ``` > systemd.services.tiddlywiki.serviceConfig.User = "tiddlywiki"; > systemd.services.tiddlywiki.serviceConfig.Group = "tiddlywiki"; > ```...
May I ask whats your priority on this feature? If you aren't expecting to implement it in the near future, I might take a look myself and see what I...
Remove the `verify: 0` line from your .cdsapirc file. It disables certificate verification, which leads to the warnings you see. Unfortunately this line is part of the example config in...
@pmario I am currently running tiddlywiki with the nixpkgs' provided service and requiring authentication for both readers and writers. You can see most of my configuration regarding that in [tiddlywiki.nix](https://gitlab.com/matrss/nixfiles/-/blob/58b9f3f4ff72ccc750e26fe8820ebe805f4d6336/hosts/nelvte/mpanra/tiddlywiki.nix)....
I have this issue with 3.12: #7576.
try using the keysym of your modifier as reported by xev (Super_L on my end) instead of super, thats working for me.
Based on how I understand what this lint rule is supposed to check for, we get a few false-positives in https://github.com/Open-MSS/MSS/issues/2312. E.g. we get ``` mslib/utils/time.py:0:1: A005 the module is...