feat: add terraforming of authentik
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
config,
|
||||
tools,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
services.paperless = {
|
||||
enable = true;
|
||||
configureTika = true;
|
||||
domain = tools.build_hostname "papers";
|
||||
environmentFile = config.age.secrets.papers-environment-file.path;
|
||||
passwordFile = config.age.secrets.papers-password-file.path;
|
||||
port = 80;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user