forked from the-distro/infra
Fix eval warning here too
This commit is contained in:
parent
766dc4c383
commit
d1e64b6610
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue