diff options
Diffstat (limited to 'hosts/ahmed/configuration.nix')
-rw-r--r-- | hosts/ahmed/configuration.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 2dbf4e1..a2a2655 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -58,6 +58,19 @@ openFirewall = true; }; + # Host <https://linus.onl>. + my.modules."linus.onl" = { + enable = true; + useACME = true; + openFirewall = true; + }; + + # Configure ACME for various HTTPS services. + security.acme = { + acceptTerms = true; + defaults.email = "linusvejlo+${config.networking.hostName}[email protected]"; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It's perfectly fine and recommended to leave |