Compare commits
No commits in common. "c2703447c7b43c20f729f0313b507d99b037ae2b" and "bd0e3ff5891778d4127b9c27769385d65108cf93" have entirely different histories.
c2703447c7
...
bd0e3ff589
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
{
|
||||
services.restic = {
|
||||
# enable = true;
|
||||
|
||||
backups.main = {
|
||||
repository = "b2:situla-${config.mine.shared.settings.brand_lower}:.";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue