summaryrefslogtreecommitdiff
path: root/profile.nix
diff options
context:
space:
mode:
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";
};
};