summaryrefslogtreecommitdiff
path: root/adonis/autopush
diff options
context:
space:
mode:
Diffstat (limited to 'adonis/autopush')
-rw-r--r--adonis/autopush/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/adonis/autopush/default.nix b/adonis/autopush/default.nix
index e10e4da..dae2863 100644
--- a/adonis/autopush/default.nix
+++ b/adonis/autopush/default.nix
@@ -19,7 +19,6 @@ in {
services.redis.servers."autopush" = {
enable = true;
port = redisPort;
- environmentFile = config.sops.secrets."autopush/mollysocket".path;
};
systemd.services = {
autopush-autoconnect = {
@@ -58,6 +57,7 @@ in {
allowed_endpoints = ["https://${domain}"];
webserver = true;
};
+ environmentFile = config.sops.secrets."autopush/mollysocket".path;
};
services.nginx.virtualHosts.${domain} = {