jeschli retiolum: connect to enklave
This commit is contained in:
parent
547812c8ef
commit
94c785281a
@ -9,6 +9,7 @@
|
|||||||
"gum"
|
"gum"
|
||||||
"ni"
|
"ni"
|
||||||
"dishfire"
|
"dishfire"
|
||||||
|
"enklave"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -16,6 +17,9 @@
|
|||||||
tinc = pkgs.tinc_pre;
|
tinc = pkgs.tinc_pre;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 655 ];
|
||||||
|
networking.firewall.allowedUDPPorts = [ 655 ];
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.tinc
|
pkgs.tinc
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user