From 3e66b604b4363c6ba142cf813bf7d715bbfed992 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Fri, 8 Sep 2023 20:12:21 +0200 Subject: Set up linus.onl --- hosts/ahmed/configuration.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'hosts/ahmed') 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 . + 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}-acme@gmail.com"; + }; + # 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 -- cgit v1.2.3