vaultwarden

This commit is contained in:
Tristan 2024-02-17 01:01:37 +00:00
parent b5b763bd40
commit 9d661deba1
7 changed files with 90 additions and 82 deletions

View file

@ -0,0 +1,15 @@
{
services.forgejo = {
enable = true;
dump.enable = true;
lfs.enable = true;
settings = {
server = {
DOMAIN = "git.tristans.cloud";
};
service = {
DISABLE_REGISTRATION = true;
};
};
};
}