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 | 94c785281a89711742bb32cde94b9ccbb7603c21 (patch) | |
tree | 6ba00240c8bacf452364689348e4b128d4fa4856 /jeschli/2configs | |
parent | 547812c8efd0bffa73529ab1b864cc871a8ca6d7 (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 403300b30..b611cbe7d 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 ]; |