diff --git a/machines/gerd/services/authelia/default.nix b/machines/gerd/services/authelia/default.nix index 2576964..8dc48cf 100644 --- a/machines/gerd/services/authelia/default.nix +++ b/machines/gerd/services/authelia/default.nix @@ -3,4 +3,7 @@ ./authelia.nix ./authelia-nginx.nix ]; + + # generate new authelia client secret like so + # authelia crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random.charset rfc3986 } diff --git a/machines/gerd/services/rallly.nix b/machines/gerd/services/rallly.nix index d1f27b9..22ee919 100644 --- a/machines/gerd/services/rallly.nix +++ b/machines/gerd/services/rallly.nix @@ -133,7 +133,7 @@ in { meta = with lib; { description = "Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier."; license = licenses.agpl3Plus; - homepage = "https://git.fricloud.dk/fricloud/server-configs/src/branch/main/machines/gerd/services/member-website/app.py"; + homepage = "https://github.com/lukevella/rallly"; platforms = platforms.all; }; }; diff --git a/shared/applications/server/restic.nix b/shared/applications/server/restic.nix index 2c44cdb..ed29915 100644 --- a/shared/applications/server/restic.nix +++ b/shared/applications/server/restic.nix @@ -2,8 +2,6 @@ { services.restic = { - # enable = true; - backups.main = { repository = "b2:situla-${config.mine.shared.settings.brand_lower}:.";