mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49: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
|
|
@ -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