accentor: Force nginx to be enabled
All checks were successful
Cachix / build (lasting-integrity) (push) Successful in 1m7s
Cachix / build (elendel) (push) Successful in 1m25s
Cachix / build (kholinar) (push) Successful in 1m56s
Cachix / build (marabethia) (push) Successful in 1m19s
Cachix / build (urithiru) (push) Successful in 1m19s

This commit is contained in:
Charlotte Van Petegem 2024-12-04 11:40:44 +01:00
parent 4ba41df543
commit 8f155c2baa

View file

@ -8,6 +8,7 @@
config = lib.mkIf config.chvp.services.accentor.enable {
services.postgresql.enable = true;
chvp.services.nginx.hosts = [{ fqdn = "dummy.vanpetegem.me"; basicProxy = "http://localhost:3000"; }];
services.accentor = {
enable = true;