diff options
| author | toufic ar <contact@toufy.me> | 2026-08-06 14:38:33 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-08-06 14:38:33 +0300 |
| commit | 3630e19176ca7205ab86241d94853f43c24f7fc6 (patch) | |
| tree | 8234cff8dfc5ae5503053c06d9f0d31e0e8eea90 /adonis | |
| parent | 0f241a2baf4fcec2697edca1c63fa1316881a109 (diff) | |
| download | servers-3630e19176ca7205ab86241d94853f43c24f7fc6.tar.gz servers-3630e19176ca7205ab86241d94853f43c24f7fc6.zip | |
oops
Diffstat (limited to 'adonis')
| -rw-r--r-- | adonis/autopush/default.nix | 2 |
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} = { |
