diff options
author | Sam Stites <7375-stites@users.noreply.gitlab.com> | 2022-03-16 00:53:14 +0000 |
---|---|---|
committer | Sam Stites <7375-stites@users.noreply.gitlab.com> | 2022-03-16 00:53:14 +0000 |
commit | f220e60fbe9d445be2f8c9c2cc739ec16d945080 (patch) | |
tree | 72c542b4a952bcd853905ef39afc3a973e5d245f | |
parent | 379c750d75e89dc18ffff0c7a56192aefd7ee3ef (diff) |
profile should reference socketPath
-rw-r--r-- | profile.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.nix b/profile.nix index 4aa1901..6d07d6f 100644 --- a/profile.nix +++ b/profile.nix @@ -46,7 +46,7 @@ in SupplementaryGroups = [ "signald" ]; }; settings.signal = { - socket_path = "/run/signald/signald.sock"; + socket_path = config.services.signald.socketPath; outgoing_attachment_dir = "/var/lib/signald/tmp"; }; }; |