mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Updat
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user