This commit is contained in:
thiloho
2023-07-29 23:19:54 +02:00
parent 3279ff586e
commit a0addd3f0a

View File

@@ -37,12 +37,19 @@
enable = true;
virtualHosts = {
"thilohohlt.com" = {
enableACME = true;
forceSSL = true;
root = inputs.website;
};
};
};
};
security.acme = {
acceptTerms = true;
email = "thilo.hohlt@tutanota.com";
};
users.users.thiloho.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAy1KnXinQJNcGpWTe1jifNuUEfKZRmyshVX5fPEWR19 thiloho@pc"
];