diff options
| author | toufic ar <contact@toufy.me> | 2026-07-11 16:09:07 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-07-11 16:09:07 +0300 |
| commit | 4d5fc0f74ca52ae3b7548fdadf61744b0be5cf40 (patch) | |
| tree | 0bef3ec5da496f3653c66cb5eec7990ca406c8e4 | |
| parent | 10afd5cb3de72cdeb865ac5401dc6871dfd84d45 (diff) | |
| download | servers-4d5fc0f74ca52ae3b7548fdadf61744b0be5cf40.tar.gz servers-4d5fc0f74ca52ae3b7548fdadf61744b0be5cf40.zip | |
run autopush as user service
| -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 d1ebe11..bf83b7d 100644 --- a/adonis/autopush/default.nix +++ b/adonis/autopush/default.nix @@ -28,7 +28,7 @@ in { enable = true; port = redisPort; }; - systemd.services = { + systemd.user.services = { autopush-autoconnect = { environment = { AUTOCONNECT__DB_DSN = "redis://127.0.0.1:${builtins.toString redisPort}"; |
