Compare commits

..

No commits in common. "c2703447c7b43c20f729f0313b507d99b037ae2b" and "bd0e3ff5891778d4127b9c27769385d65108cf93" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View file

@ -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
}

View file

@ -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;
};
};

View file

@ -2,6 +2,8 @@
{
services.restic = {
# enable = true;
backups.main = {
repository = "b2:situla-${config.mine.shared.settings.brand_lower}:.";