diff options
author | Linnnus <[email protected]> | 2023-09-08 20:12:21 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-08 20:12:21 +0200 |
commit | 3e66b604b4363c6ba142cf813bf7d715bbfed992 (patch) | |
tree | e1ae16dd024121df5d329023e21a129195150cee /hosts/ahmed | |
parent | 29557fddf8fbade309d56fc920f56d442eb615bc (diff) |
Set up linus.onl
Diffstat (limited to 'hosts/ahmed')
-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 |