jeschli retiolum: connect to enklave

This commit is contained in:
jeschli 2018-01-10 15:10:13 +01:00
parent 547812c8ef
commit 94c785281a

View File

@ -9,6 +9,7 @@
"gum"
"ni"
"dishfire"
"enklave"
];
};
@ -16,6 +17,9 @@
tinc = pkgs.tinc_pre;
};
networking.firewall.allowedTCPPorts = [ 655 ];
networking.firewall.allowedUDPPorts = [ 655 ];
environment.systemPackages = [
pkgs.tinc
];