1
0
Fork 0
Fediversity/panel/nix
Valentin Gagarin 3364d6c972 fix: NixOS deployment code
- simplify the configuration module

  the `package` attribute makes little sense to be user-configurable,
  since it will always need to be the derivation defined in this very
  repository. for debugging one may as well change the original code itself.

- unbreak deployment

  setting `CREDENTIALS_DIRECTORY` disabled the systemd mechanism set up
  in the configuration module.

- remove unneeded configuration for deployment

- unbreak integration tests

  before that missed waiting for the service to create some
  state before running the application-level tests.
2025-03-19 09:48:41 +01:00
..
python-packages add django-pydantic-field 2025-03-05 09:00:18 +01:00
configuration.nix fix: NixOS deployment code 2025-03-19 09:48:41 +01:00
overlay.nix allow adding extra Python packages 2025-03-05 08:57:55 +01:00
package.nix add django-pydantic-field 2025-03-05 09:00:18 +01:00
tests.nix fix: NixOS deployment code 2025-03-19 09:48:41 +01:00