mjolnir: 1.6.5 -> 1.8.3

This commit is contained in:
Daniel Olsen
2024-10-14 04:45:31 +02:00
parent 72c529e9dc
commit 0ac0623e15
5 changed files with 243 additions and 11 deletions

View File

@@ -186,6 +186,10 @@ in
}
];
# This defaults to true in the application,
# which breaks older configs using pantalaimon or access tokens
services.mjolnir.settings.encryption.use = lib.mkDefault false;
services.pantalaimon-headless.instances."mjolnir" = lib.mkIf cfg.pantalaimon.enable
{
homeserver = cfg.homeserverUrl;