mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Working through errors
This commit is contained in:
parent
37187d29f9
commit
fac12b855e
4 changed files with 10 additions and 5 deletions
|
|
@ -34,6 +34,10 @@
|
|||
owner = "${username}";
|
||||
path = "/home/${username}/.private-env";
|
||||
};
|
||||
matrix_secrets_yaml = {
|
||||
owner = config.users.users.matrix-synapse.name;
|
||||
restartUnits = ["matrix-synapse.service"];
|
||||
};
|
||||
mqtt_recorder_pass.restartUnits = ["mosquitto.service"];
|
||||
owntracks_basic_auth = {
|
||||
owner = config.users.users.nginx.name;
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@ in {
|
|||
configureRedisLocally = true;
|
||||
enableRegistrationScript = true;
|
||||
extraConfigFiles = [
|
||||
config.sops.secrets.matrix_secrets_yaml;
|
||||
config.sops.secrets.matrix_secrets_yaml.path
|
||||
];
|
||||
settings = {
|
||||
public_baseurl = "https://matrix.technicalissues.us";
|
||||
public_baseurl = "https://matrix-test.technicalissues.us";
|
||||
listeners = [
|
||||
{
|
||||
port = 8008;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue