mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Setup Pocket ID bits in Dawarich
This commit is contained in:
parent
3ceb096c27
commit
f004598a1c
2 changed files with 11 additions and 3 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue