mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
whoops o:
This commit is contained in:
parent
e61b522f3f
commit
1a40334a52
2 changed files with 7 additions and 1 deletions
|
|
@ -44,10 +44,16 @@
|
|||
ENABLED = true;
|
||||
SUBJECT = "%(APP_NAME)s";
|
||||
HOST = "kittywit.ch:465";
|
||||
USER = "gitea@kittywit.ch";
|
||||
SEND_AS_PLAIN_TEXT = true;
|
||||
USE_SENDMAIL = false;
|
||||
FROM = "\"kittywitch git\" <gitea@${config.kw.dns.domain}>";
|
||||
};
|
||||
service = {
|
||||
NO_REPLY_ADDRESS = "kittywit.ch";
|
||||
REGISTER_EMAIL_CONFIRM = true;
|
||||
ENABLE_NOTIFY_MAIL = true;
|
||||
};
|
||||
ui = {
|
||||
THEMES = "gitea,arc-green";
|
||||
DEFAULT_THEME = "gitea";
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
(../../config/hosts + "/${hostName}/nixos.nix")
|
||||
(../../config/trusted/hosts + "/${hostName}/nixos.nix")
|
||||
] ++ (if builtins.isList profiles.base.imports then profiles.base.imports
|
||||
else singleton profiles.base.imports) ++ singleton {
|
||||
else singleton profiles.base) ++ singleton {
|
||||
home-manager.users.kat = {
|
||||
imports = filter builtins.pathExists [
|
||||
(../../config/hosts + "/${hostName}/home.nix")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue