reapply Harrow branding + customDir via copyPathToStore

This commit is contained in:
Franz Kafka 2026-03-20 22:18:45 +00:00
parent 3598d5f2bf
commit 10d8924106

View file

@ -67,6 +67,7 @@
enable = true; enable = true;
database.type = "postgres"; database.type = "postgres";
customDir = toString (pkgs.copyPathToStore ../custom);
settings = { settings = {
server = { server = {
DOMAIN = cfg.domain; DOMAIN = cfg.domain;
@ -90,6 +91,14 @@
PASSWORD_COMPLEXITY = "lower,upper,digit,spec"; PASSWORD_COMPLEXITY = "lower,upper,digit,spec";
MIN_PASSWORD_LENGTH = 12; 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";
};
}; };
}; };