Setup Pocket ID bits in Dawarich

This commit is contained in:
Gene Liverman 2026-01-25 23:40:23 -05:00
parent 3ceb096c27
commit f004598a1c
2 changed files with 11 additions and 3 deletions

View file

@ -63,6 +63,9 @@ in {
NOMINATIM_API_HOST = "nominatim.home.technicalissues.us";
NOMINATIM_API_USE_HTTPS = "true";
};
extraEnvFiles = [
"${config.sops.secrets.dawarich_env.path}"
];
localDomain = "location.technicalissues.us";
smtp = {
fromAddress = "location@hetznix01.technicalissues.us";
@ -170,6 +173,10 @@ in {
owner = "${username}";
path = "${config.users.users.${username}.home}/.private-env";
};
dawarich_env = {
owner = config.services.dawarich.user;
restartUnits = [ "dawarich-web.service" ];
};
matrix_secrets_yaml = {
owner = config.users.users.matrix-synapse.name;
restartUnits = ["matrix-synapse.service"];