Move to NixOS-managed email
This commit is contained in:
parent
7f1769329f
commit
d76b03ed7f
19 changed files with 254 additions and 103 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{
|
||||
services.ssmtp = {
|
||||
enable = true;
|
||||
enable = lib.mkDefault true;
|
||||
authUser = "webmaster@vanpetegem.me";
|
||||
authPassFile = config.age.secrets."passwords/services/ssmtp-pass".path;
|
||||
domain = "${config.networking.hostName}.vanpetegem.me";
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
age.secrets."authorized_keys/root"= {
|
||||
age.secrets."authorized_keys/root" = {
|
||||
file = ../../../secrets/authorized_keys/root.age;
|
||||
path = "/root/.ssh/authorized_keys";
|
||||
symlink = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue