Split backend service into checker and generator

Both are linked through a unix socket.
This commit is contained in:
nemunaire 2023-07-10 09:17:02 +02:00
parent f755d7c998
commit ed091e761c
34 changed files with 657 additions and 205 deletions

View file

@ -3,9 +3,10 @@
imports = [
./db.nix
./fic-admin.nix
./fic-backend.nix
./fic-checker.nix
./fic-dashboard.nix
./fic-evdist.nix
./fic-generator.nix
./fic-synchro.nix
];