vaultwarden
This commit is contained in:
parent
b5b763bd40
commit
9d661deba1
7 changed files with 90 additions and 82 deletions
15
nixos/services/forgejo.nix
Normal file
15
nixos/services/forgejo.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue