- Sep 02, 2021
-
-
Jean-Paul Calderone authored
-
- Aug 25, 2021
-
-
Florian Sesser authored
Write Python with Nix (?).
-
- Aug 19, 2021
-
-
Florian Sesser authored
I hadn't understood: The PaymentServer turns 16 vouchers into 50 k ZKAPs. So far, we don't have a metric for used up ZKAPs. Also, since the dashboard is already a full browser page and only handling payment, I rename the services dashboard to payment dashboard.
-
- Aug 17, 2021
-
-
Florian Sesser authored
Fixes privatestorageops#349.
-
Florian Sesser authored
-
- Aug 12, 2021
-
-
Florian Sesser authored
-
Florian Sesser authored
-
- Aug 02, 2021
-
-
Florian Sesser authored
We have to explicitely add the port number so the relabel config can strip it out again. Else, `instance' seems to get its value from somewhere else - somewhere our relabel config does not look at.
-
Florian Sesser authored
-
This causes NixOS to generate the systemd timer unit for us and saves us having to explain a lot of subtle systemd features. It does pin execution to midnight on Monday but scaling to handle load spikes is Let's Encrypt's problem, I guess.
-
-
- Jul 29, 2021
-
-
Jean-Paul Calderone authored
This causes NixOS to generate the systemd timer unit for us and saves us having to explain a lot of subtle systemd features. It does pin execution to midnight on Monday but scaling to handle load spikes is Let's Encrypt's problem, I guess.
-
- Jul 28, 2021
-
-
Jean-Paul Calderone authored
-
- Jul 19, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
We can't point it at a Nix expression that evaluates to our desired version of nixpkgs because certain consumers want it to be a filesystem path instead.
-
Jean-Paul Calderone authored
This is what we wanted and much more directly. It also avoids the gradual lengthening of the path by always setting the path to nixpkgs-2105 instead of some derivative of whatever the path was last time.
-
- Jul 17, 2021
-
-
Florian Sesser authored
-
Florian Sesser authored
This commit does not change the semantics, only the looks.
-
- Jul 16, 2021
-
-
Jean-Paul Calderone authored
At least it's easy to turn on
-
Jean-Paul Calderone authored
This is used in constructing the Google OAuth2 login callback URL and has to match what's configured in Google - also helps if it is actually the address of the server.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Florian Sesser authored
-
Florian Sesser authored
-
- Jul 15, 2021
-
-
Jean-Paul Calderone authored
The old version of nixpkgs let us get away with setting neither isNormalUser nor isSystemUser but setting all of the things a normal user would get directly. The new version of nixpkgs demands one of these flags be set. So, set it, and remove all of the redundant settings that it implies.
-
- Jul 14, 2021
-
-
Jean-Paul Calderone authored
I hope I'm almost done with this branch.
-
Jean-Paul Calderone authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
- Jul 13, 2021
-
-
Florian Sesser authored
-
- Jul 08, 2021
-
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
Fewer lines almost always better. Also, we don't want to spread these out unless we have to.
-
Florian Sesser authored
-
- Jul 07, 2021
-
-
Jean-Paul Calderone authored