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 | |
parent | d335011fce054bebc0e429ea10bccabaf898d2b2 (diff) | |
parent | c4bf35d8e13d1258fcbacd118a0fc75197b9fe7e (diff) |
Merge remote-tracking branch 'lassul.us/master'
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/coaxmetal/config.nix | 2 | ||||
-rw-r--r-- | lass/1systems/orange/config.nix | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lass/1systems/coaxmetal/config.nix b/lass/1systems/coaxmetal/config.nix index 1df56f591..7fd76974b 100644 --- a/lass/1systems/coaxmetal/config.nix +++ b/lass/1systems/coaxmetal/config.nix @@ -20,8 +20,6 @@ <stockholm/lass/2configs/pass.nix> <stockholm/lass/2configs/mail.nix> <stockholm/lass/2configs/bitcoin.nix> - - <stockholm/lass/2configs/xonsh.nix> <stockholm/lass/2configs/review.nix> <stockholm/lass/2configs/dunst.nix> # <stockholm/krebs/2configs/ircd.nix> 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"; |