ParetoOptimalDev
ParetoOptimalDev
> Hello, Please be more specific. Okay, no problem. > Is it happening regularly, or only occasionally? It happens regularly, every 1-2 minutes. > Is it happening when you first...
> If it is the former, that is normal behavior when the server doesn't respond in time. It can happen when it's busy, like any other server. I really don't...
FWIW I was just interested in this. Would an increased bounty increase the odds of this getting added?
Maybe a separate issue, but it seems you cannot successfully set `trusted-users` in a flake. Can anyone reproduce this? I'm using Nix 2.11.0. Edit: It seems that this only happens...
I'm closing this because it's either: - fixed - user error - I don't remember enough about it and can't reproduce
Until this is merged anyone who needs it sooner can use this as their homeage input: ```nix homeage = { url = "github:jordanisaacs/homeage/pull/43/head"; inputs.nixpkgs.follows = "nixpkgs"; }; ```
I'm not sure if related to this or I have another error, but I get: ``` Nov 01 12:30:19 tower2 hm-activate-pareto[10302]: jq: error (at :1): Cannot index array with string...
Yes, this piece has to be updated and maybe other consumers that used -arg-file it seems: ``` --argfile variable-name filename: Do not use. Use --slurpfile instead. (This option is like...
This prevents it from failing but needs to be changed to loop over all paths, right now it just cleans up `[0]`: ```diff modified module/default.nix @@ -140,9 +140,11 @@ with...
I'm also currently seeing issues. It also seems that when you set `installType = "systemd"` you have to reboot for secrets to change? Is that expected or is there potentially...