mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
hosts/athame+services/mail: Cleanup
This commit is contained in:
parent
fbef9f2cd8
commit
b81b82a065
2 changed files with 9 additions and 3 deletions
|
|
@ -62,10 +62,8 @@ with lib;
|
|||
hexchen.network = {
|
||||
enable = true;
|
||||
pubkey = "55e3f29c252d16e73ac849a6039824f94df1dee670c030b9e29f90584f935575";
|
||||
# if server, enable this and set endpoint:
|
||||
listen.enable = false;
|
||||
listen.endpoints =
|
||||
[ ];
|
||||
listen.endpoints = [ ];
|
||||
};
|
||||
system.stateVersion = "20.09";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -82,6 +82,14 @@ with lib;
|
|||
txt.value = tf.variables.domainkey_kitty.ref;
|
||||
};
|
||||
|
||||
secrets.files = {
|
||||
kat_mail_hash = {
|
||||
source = ../private/files/mail/kat-pw-hash;
|
||||
owner = "kat";
|
||||
group = "users";
|
||||
};
|
||||
};
|
||||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
fqdn = "athame.kittywit.ch";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue