diff options
| author | andromeda <andromeda@lenovo> | 2026-05-06 21:41:11 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-05-06 21:41:11 +0200 |
| commit | f3d4fcebc2047ac928e519fb36d29b28bde6e70d (patch) | |
| tree | 1e6d159e3933dd00780e20ba4c2a35b48ce85411 | |
| parent | e540a23f86961469207a78b2b9c26e28aaa4aa0f (diff) | |
https
| -rw-r--r-- | galaxious/configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/galaxious/configuration.nix b/galaxious/configuration.nix index f28de3b..0c63ee0 100644 --- a/galaxious/configuration.nix +++ b/galaxious/configuration.nix @@ -50,6 +50,13 @@ in { gitHttpBackend.enable = false; scanPath = "/var/lib/git"; }; + nginx = { + enable = true; + virtualHosts."git.galaxious.de" = { + enableACME = true; + forceSSL = true; + }; + }; openssh.enable = true; }; systemd.network = { |
