reapply Harrow branding + customDir via copyPathToStore
This commit is contained in:
parent
3598d5f2bf
commit
10d8924106
1 changed files with 9 additions and 0 deletions
|
|
@ -67,6 +67,7 @@
|
|||
enable = true;
|
||||
database.type = "postgres";
|
||||
|
||||
customDir = toString (pkgs.copyPathToStore ../custom);
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = cfg.domain;
|
||||
|
|
@ -90,6 +91,14 @@
|
|||
PASSWORD_COMPLEXITY = "lower,upper,digit,spec";
|
||||
MIN_PASSWORD_LENGTH = 12;
|
||||
};
|
||||
"ui.meta" = {
|
||||
AUTHOR = "Penal Colony";
|
||||
DESCRIPTION = "The apparatus inscribes your code. Every commit is judged.";
|
||||
};
|
||||
"ui" = {
|
||||
DEFAULT_THEME = "forgejo-auto";
|
||||
APP_NAME = "The Harrow";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue