summaryrefslogtreecommitdiff
path: root/profile.nix
diff options
context:
space:
mode:
authorSam Stites <7375-stites@users.noreply.gitlab.com>2022-03-16 00:53:14 +0000
committerSam Stites <7375-stites@users.noreply.gitlab.com>2022-03-16 00:53:14 +0000
commitf220e60fbe9d445be2f8c9c2cc739ec16d945080 (patch)
tree72c542b4a952bcd853905ef39afc3a973e5d245f /profile.nix
parent379c750d75e89dc18ffff0c7a56192aefd7ee3ef (diff)
profile should reference socketPath
Diffstat (limited to 'profile.nix')
-rw-r--r--profile.nix2
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";
};
};