diff options
author | makefu <github@syntax-fehler.de> | 2023-04-02 18:42:50 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2023-04-02 18:42:50 +0200 |
commit | 7239ec83c5531fa100d1863fec9d82033d13ad34 (patch) | |
tree | 1cfde19ffaf06d44a5fd30d7fc0ca2eaad2d4ad2 /lass/1systems/orange | |
parent | d335011fce054bebc0e429ea10bccabaf898d2b2 (diff) | |
parent | c4bf35d8e13d1258fcbacd118a0fc75197b9fe7e (diff) |
Merge remote-tracking branch 'lassul.us/master'
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"; |