This commit is contained in:
mjallen18
2025-11-25 14:43:38 -06:00
parent e1ccf848cf
commit 61532d5149

View File

@@ -18,6 +18,14 @@ in
chmod -R 750 ${config.services.home-assistant.configDir} chmod -R 750 ${config.services.home-assistant.configDir}
''; '';
# Configure systemd user service for protonmail-bridge
systemd.user.services.protonmail-bridge = {
environment = {
GNUPGHOME = "%h/.gnupg";
PASSWORD_STORE_DIR = "%h/.local/password-store";
};
};
services = { services = {
protonmail-bridge = { protonmail-bridge = {
enable = true; enable = true;