diff options
author | lassulus <git@lassul.us> | 2023-03-14 06:34:12 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-03-14 06:34:12 +0100 |
commit | b2eb88a67e771a93efead57ec13cb9c00e118d62 (patch) | |
tree | 36c7977844170cab527b9cf509f251788bfe05f6 /lass/1systems/orange | |
parent | 8e4d0b73e889cc1d08d176eba7f5afeb7cbfaf74 (diff) |
l orange.r: add git/cgit
Diffstat (limited to 'lass/1systems/orange')
-rw-r--r-- | lass/1systems/orange/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lass/1systems/orange/config.nix b/lass/1systems/orange/config.nix index 5e975dba8..47867c31f 100644 --- a/lass/1systems/orange/config.nix +++ b/lass/1systems/orange/config.nix @@ -6,10 +6,13 @@ with import <stockholm/lib>; <stockholm/lass/2configs> <stockholm/lass/2configs/retiolum.nix> <stockholm/lass/2configs/mumble-reminder.nix> + <stockholm/lass/2configs/services/git> ]; krebs.build.host = config.krebs.hosts.orange; + services.nginx.enable = true; + networking.firewall.allowedTCPPorts = [ 80 443 ]; security.acme = { acceptTerms = true; defaults.email = "acme@lassul.us"; |