Move to NixOS-managed email

This commit is contained in:
Charlotte Van Petegem 2022-03-06 00:09:59 +01:00
parent 7f1769329f
commit d76b03ed7f
No known key found for this signature in database
GPG key ID: 019E764B7184435A
19 changed files with 254 additions and 103 deletions

View file

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

View file

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