summaryrefslogtreecommitdiffstats
path: root/modules/wu/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wu/default.nix')
-rw-r--r--modules/wu/default.nix13
1 files changed, 12 insertions, 1 deletions
diff --git a/modules/wu/default.nix b/modules/wu/default.nix
index 68475ad5b..76e8c6bb3 100644
--- a/modules/wu/default.nix
+++ b/modules/wu/default.nix
@@ -9,7 +9,6 @@ in
{
imports = [
./hosts.nix
- ./iptables.nix
../common/nixpkgs.nix
../tv/base.nix
../tv/exim-retiolum.nix
@@ -22,6 +21,18 @@ in
../tv/urxvt.nix
../tv/xserver.nix
../wu/users.nix
+ {
+ imports = [ ../tv/iptables ];
+ tv.iptables = {
+ enable = true;
+ input-internet-accept-new-tcp = [
+ "ssh"
+ "http"
+ "tinc"
+ "smtp"
+ ];
+ };
+ }
];
nix.maxJobs = 8;
[cgit] Unable to lock slot /tmp/cgit/19200000.lock: No such file or directory (2)