Commits on Source (34)
-
Tom Prince authored
-
Tom Prince authored
We currently expose `ourpkgs` to nixos modules via an `ourpkgs` argument using `_module.args`. However, `_module.args` is not available in the final configuraiton. Thus, to allow tests to access the value, we also expose is via passthru.
-
Tom Prince authored
-
Florian Sesser authored
... to be in sync with https://github.com/PrivateStorageio/PaymentServer/pull/98
-
Jean-Paul Calderone authored
Update payment metric names See merge request !179
-
Tom Prince authored
-
Tom Prince authored
-
Tom Prince authored
It looks like this may have been originally copied from a newer nixpkgs since it wasn't in our nixpkgs fork. The differences I can see: - Details of `sudoer` file, some of which appear to be duplicates. - `jq` and `gnumake` are not on the system path - `vagrant` user is in group `users` instead of `vagrant`.
-
Tom Prince authored
-
Tom Prince authored
-
Tom Prince authored
-
Florian Sesser authored
Only dashboards in this dir
-
Tom Prince authored
-
Tom Prince authored
-
Florian Sesser authored
-
Jean-Paul Calderone authored
Set nixpkgs explicitly in morph. Closes #85 See merge request !174
-
Tom Prince authored
-
Jean-Paul Calderone authored
Update nixpkgs. See merge request !181
-
Tom Prince authored
Use `networking.fqdn` to define `targetHost`, rather than constructing it ourselves. See merge request !183
-
Florian Sesser authored
This will store the supposedly secret URL in the Nix Store and print a honking big warning about it.
-
Florian Sesser authored
Unfortunately still prints a bold warning on deployment.
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
Epiphany: Systemd reads more than a single environment file. This lets me improve the file naming much.
-
Florian Sesser authored
-
Florian Sesser authored
-
Florian Sesser authored
Enable alerting Closes privatestorageops#392 See merge request !185
-
Florian Sesser authored
-
Jean-Paul Calderone authored
Make payment server answer with a 404 by default See merge request !186
-
Jean-Paul Calderone authored
Metric names: It's vouchers (plural) See merge request !187
-
Tom Prince authored
Simplify local grid hardware See merge request !182
-
Tom Prince authored
Add a nixos module for the ZKAP Spending Service See merge request !172
Showing
- DEPLOYMENT-NOTES.rst 2 additions, 0 deletionsDEPLOYMENT-NOTES.rst
- docs/source/dev/README.rst 14 additions, 0 deletionsdocs/source/dev/README.rst
- morph/grid/local/grid.nix 17 additions, 5 deletionsmorph/grid/local/grid.nix
- morph/grid/local/private-keys/README.rst 7 additions, 0 deletionsmorph/grid/local/private-keys/README.rst
- morph/grid/local/private-keys/grafana-slack-url 2 additions, 0 deletionsmorph/grid/local/private-keys/grafana-slack-url
- morph/grid/production/grid.nix 2 additions, 0 deletionsmorph/grid/production/grid.nix
- morph/grid/testing/grid.nix 2 additions, 0 deletionsmorph/grid/testing/grid.nix
- morph/lib/base.nix 14 additions, 1 deletionmorph/lib/base.nix
- morph/lib/customize-monitoring.nix 19 additions, 1 deletionmorph/lib/customize-monitoring.nix
- morph/lib/default.nix 13 additions, 1 deletionmorph/lib/default.nix
- morph/lib/hardware-vagrant.nix 43 additions, 0 deletionsmorph/lib/hardware-vagrant.nix
- morph/lib/hardware-virtual.nix 0 additions, 36 deletionsmorph/lib/hardware-virtual.nix
- morph/lib/vagrant-guest.nix 0 additions, 91 deletionsmorph/lib/vagrant-guest.nix
- nixos/modules/issuer.nix 6 additions, 0 deletionsnixos/modules/issuer.nix
- nixos/modules/monitoring/server/grafana-dashboards/payments.json 4 additions, 4 deletions...odules/monitoring/server/grafana-dashboards/payments.json
- nixos/modules/monitoring/server/grafana-dashboards/resources-overview.json 0 additions, 0 deletions...itoring/server/grafana-dashboards/resources-overview.json
- nixos/modules/monitoring/server/grafana.nix 40 additions, 1 deletionnixos/modules/monitoring/server/grafana.nix
- nixos/modules/packages.nix 7 additions, 2 deletionsnixos/modules/packages.nix
- nixos/modules/spending.nix 139 additions, 0 deletionsnixos/modules/spending.nix
- nixos/pkgs/default.nix 1 addition, 0 deletionsnixos/pkgs/default.nix
morph/lib/hardware-vagrant.nix
0 → 100644
morph/lib/hardware-virtual.nix
deleted
100644 → 0
morph/lib/vagrant-guest.nix
deleted
100644 → 0
File moved
nixos/modules/spending.nix
0 → 100644