j enklave: +cgit
This commit is contained in:
parent
8cfc4f5eda
commit
071cc0f5b1
|
@ -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 = [
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
tinc = pkgs.tinc_pre;
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 655 ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 655 ];
|
||||
networking.firewall.allowedUDPPorts = [ 655 ];
|
||||
|
||||
environment.systemPackages = [
|
||||
|
|
|
@ -132,6 +132,7 @@ with import <stockholm/lib>;
|
|||
ip6.addr = "42::30";
|
||||
aliases = [
|
||||
"enklave.r"
|
||||
"cgit.enklave.r"
|
||||
];
|
||||
tinc.pubkey = ''
|
||||
-----BEGIN RSA PUBLIC KEY-----
|
||||
|
|
Loading…
Reference in a new issue