diff options
author | jeschli <jeschli@gmail.com> | 2018-09-04 19:54:22 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-09-04 19:54:22 +0200 |
commit | 071cc0f5b109b4e17b3d6616fcc20c419ae1f7c8 (patch) | |
tree | 636093d39b224efd903b12f174d26c55f5e3fc36 | |
parent | 8cfc4f5eda10b1025a4ad3b9725deb9ad7a32338 (diff) |
j enklave: +cgit
-rw-r--r-- | jeschli/1systems/enklave/config.nix | 1 | ||||
-rw-r--r-- | jeschli/2configs/retiolum.nix | 2 | ||||
-rw-r--r-- | krebs/3modules/jeschli/default.nix | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/jeschli/1systems/enklave/config.nix b/jeschli/1systems/enklave/config.nix index 470566a8b..cadec3cab 100644 --- a/jeschli/1systems/enklave/config.nix +++ b/jeschli/1systems/enklave/config.nix @@ -5,6 +5,7 @@ <stockholm/jeschli> <stockholm/jeschli/2configs/retiolum.nix> <stockholm/jeschli/2configs/IM.nix> + <stockholm/jeschli/2configs/git.nix> <stockholm/jeschli/2configs/os-templates/CentOS-7-64bit.nix> { networking.dhcpcd.allowInterfaces = [ diff --git a/jeschli/2configs/retiolum.nix b/jeschli/2configs/retiolum.nix index b611cbe7d..f22609655 100644 --- a/jeschli/2configs/retiolum.nix +++ b/jeschli/2configs/retiolum.nix @@ -17,7 +17,7 @@ tinc = pkgs.tinc_pre; }; - networking.firewall.allowedTCPPorts = [ 655 ]; + networking.firewall.allowedTCPPorts = [ 80 655 ]; networking.firewall.allowedUDPPorts = [ 655 ]; environment.systemPackages = [ diff --git a/krebs/3modules/jeschli/default.nix b/krebs/3modules/jeschli/default.nix index ed9bfad29..ab8fe097d 100644 --- a/krebs/3modules/jeschli/default.nix +++ b/krebs/3modules/jeschli/default.nix @@ -132,6 +132,7 @@ with import <stockholm/lib>; ip6.addr = "42::30"; aliases = [ "enklave.r" + "cgit.enklave.r" ]; tinc.pubkey = '' -----BEGIN RSA PUBLIC KEY----- |