diff --git a/machines/gerd/services/authelia/default.nix b/machines/gerd/services/authelia/default.nix index 8dc48cf..2576964 100644 --- a/machines/gerd/services/authelia/default.nix +++ b/machines/gerd/services/authelia/default.nix @@ -3,7 +3,4 @@ ./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 22ee919..d1f27b9 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://github.com/lukevella/rallly"; + homepage = "https://git.fricloud.dk/fricloud/server-configs/src/branch/main/machines/gerd/services/member-website/app.py"; platforms = platforms.all; }; }; diff --git a/shared/applications/server/restic.nix b/shared/applications/server/restic.nix index ed29915..2c44cdb 100644 --- a/shared/applications/server/restic.nix +++ b/shared/applications/server/restic.nix @@ -2,6 +2,8 @@ { services.restic = { + # enable = true; + backups.main = { repository = "b2:situla-${config.mine.shared.settings.brand_lower}:.";