whoops o:

This commit is contained in:
kat witch 2021-08-08 02:26:49 +01:00
parent e61b522f3f
commit 1a40334a52
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 7 additions and 1 deletions

View file

@ -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";

View file

@ -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")