Split backend service into checker and generator
Both are linked through a unix socket.
This commit is contained in:
parent
f755d7c998
commit
ed091e761c
34 changed files with 657 additions and 205 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Reference in a new issue