fix errors

This commit is contained in:
Charlotte 🦝 Delenk 2023-05-23 07:10:07 +01:00
parent 9eaf2d4c1d
commit 6ff684d5a6
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
3 changed files with 3 additions and 1 deletions

View file

@ -5,5 +5,5 @@
homeserver = "https://matrix.int.chir.rs";
enable = true;
};
services.matrix-synapse.settings.app_service_config_files = ["/var/lib/heisenbridge/registration.yaml"];
services.matrix-synapse.settings.app_service_config_files = ["/var/lib/heisenbridge/registration.yml"];
}

View file

@ -5,6 +5,7 @@
...
}: {
services.kubo = {
package = pkgs.kubo-orig;
autoMigrate = true;
emptyRepo = true;
enable = true;

View file

@ -65,4 +65,5 @@ in
doCheck = false;
doInstallCheck = false;
});
kubo-orig = kubo;
}