diff options
author | Linnnus <[email protected]> | 2023-10-08 18:15:50 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-08 18:15:50 +0200 |
commit | 5f86e91cfff7d67ec446f9b3c7e1c6785d8c8f77 (patch) | |
tree | 16cfd61d30a0439bae7dee219fba13210863afe3 /hosts/ahmed/configuration.nix | |
parent | 4c823f476744aff1c9ec6661d8254f1a63865b40 (diff) |
Set up git
Diffstat (limited to 'hosts/ahmed/configuration.nix')
-rw-r--r-- | hosts/ahmed/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 1d0f176..79b9ff9 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -57,6 +57,10 @@ enable = true; useACME = true; }; + modules."git.linus.onl" = { + enable = true; + useACME = true; + }; # Configure ACME for various HTTPS services. security.acme = { |