diff options
author | tv <tv@krebsco.de> | 2015-07-16 23:22:30 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-07-16 23:22:30 +0200 |
commit | 6aadd262fc1ec1cb7159da9ee62bd35616ddc23d (patch) | |
tree | 57983c04bb49fe0375300861111a61cede545794 /old/modules/uriel/retiolum.nix | |
parent | 546d86da1e3cab814372fc57c83e737617c7fed8 (diff) |
Goodbye old world, and thanks for all the fish!
Diffstat (limited to 'old/modules/uriel/retiolum.nix')
-rw-r--r-- | old/modules/uriel/retiolum.nix | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/old/modules/uriel/retiolum.nix b/old/modules/uriel/retiolum.nix deleted file mode 100644 index 1e90083..0000000 --- a/old/modules/uriel/retiolum.nix +++ /dev/null @@ -1,31 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = [ - ../tv/retiolum - ../lass/iptables - ]; - - tv.retiolum = { - enable = true; - hosts = ../../hosts; - privateKeyFile = "/etc/nixos/secrets/uriel.retiolum.rsa_key.priv"; - connectTo = [ - "fastpoke" - "gum" - "ire" - ]; - }; - - #networking.firewall.allowedTCPPorts = [ 655 ]; - #networking.firewall.allowedUDPPorts = [ 655 ]; - #lass.iptables = { - # #input-internet-accept-new-tcp = [ "tinc" ]; - # #input-internet-accept-new-udp = [ "tinc" ]; - # tables.retiolum = { - # interfaces = [ "retiolum" "wl0" ]; - # allowed-tcp = [ "tinc" ]; - # allowed-udp = [ "tinc" ]; - # }; - #}; -} |