Fix eval warning here too

This commit is contained in:
Ilya K 2024-07-19 12:06:03 +03:00
parent 766dc4c383
commit d1e64b6610

View file

@ -128,8 +128,11 @@ in {
''; '';
}; };
systemd.services.hydra-queue-runner.serviceConfig.EnvironmentFile = systemd.services.hydra-queue-runner = {
config.age.secrets.hydra-s3-credentials.path; # FIXME: should probably be set in the upstream Hydra module?
wants = [ "network-online.target" ];
serviceConfig.EnvironmentFile = config.age.secrets.hydra-s3-credentials.path;
};
services.nginx = { services.nginx = {
enable = true; enable = true;