diff options
author | jeschli <jeschli@gmail.com> | 2018-01-10 15:10:13 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-01-10 15:10:56 +0100 |
commit | 80b7637f5f6a8ced75a4021a31fb950fc08f4f2e (patch) | |
tree | 51edf710285524b580c06b978cf0391474cb3473 /jeschli/2configs | |
parent | 99ee8193d7e9f882fbe98f7617dc3e9c7c7a6fe4 (diff) |
jeschli retiolum: connect to enklave
Diffstat (limited to 'jeschli/2configs')
-rw-r--r-- | jeschli/2configs/retiolum.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jeschli/2configs/retiolum.nix b/jeschli/2configs/retiolum.nix index 403300b..b611cbe 100644 --- a/jeschli/2configs/retiolum.nix +++ b/jeschli/2configs/retiolum.nix @@ -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 ]; |