summaryrefslogtreecommitdiffstats
path: root/lass/1systems/orange/config.nix
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-03-14 06:34:12 +0100
committerlassulus <git@lassul.us>2023-03-14 06:34:12 +0100
commitb2eb88a67e771a93efead57ec13cb9c00e118d62 (patch)
tree36c7977844170cab527b9cf509f251788bfe05f6 /lass/1systems/orange/config.nix
parent8e4d0b73e889cc1d08d176eba7f5afeb7cbfaf74 (diff)
l orange.r: add git/cgit
Diffstat (limited to 'lass/1systems/orange/config.nix')
-rw-r--r--lass/1systems/orange/config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/lass/1systems/orange/config.nix b/lass/1systems/orange/config.nix
index 5e975dba..47867c31 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";