Merge remote-tracking branch 'cd/master'

This commit is contained in:
lassulus 2016-06-30 09:16:10 +02:00
commit 7550c66311
15 changed files with 47 additions and 29 deletions

View File

@ -1,12 +1,12 @@
{ coreutils, gnugrep, gnused, fetchgit, jq, nix, stdenv, ... }: { coreutils, gnugrep, gnused, fetchgit, jq, nix, stdenv, ... }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "get-1.4.0"; name = "get-1.4.1";
src = fetchgit { src = fetchgit {
url = http://cgit.cd.krebsco.de/get; url = http://cgit.cd.krebsco.de/get;
rev = "08757d47c480c130d69270855c6c0371f6b7d385"; rev = "41c0c35805ec1708729f73d14650d8ebc94a405b";
sha256 = "7c609e2cde7a071bbf62241a7bea60313fdbf076b9f7b3d97226417e13e5ba9d"; sha256 = "0rx1qsbb4py14795yhhqwlvaibj2569fqm7x2671l868xi59h9f9";
}; };
phases = [ phases = [

View File

@ -18,7 +18,7 @@ with config.krebs.lib;
enable = true; enable = true;
ssl_cert = ../Zcerts/charybdis_cd.crt.pem; ssl_cert = ../Zcerts/charybdis_cd.crt.pem;
}; };
tv.iptables.input-retiolum-accept-new-tcp = [ tv.iptables.input-retiolum-accept-tcp = [
config.tv.charybdis.port config.tv.charybdis.port
config.tv.charybdis.sslport config.tv.charybdis.sslport
]; ];
@ -28,14 +28,14 @@ with config.krebs.lib;
enable = true; enable = true;
hosts = [ "jabber.viljetic.de" ]; hosts = [ "jabber.viljetic.de" ];
}; };
tv.iptables.input-internet-accept-new-tcp = [ tv.iptables.input-internet-accept-tcp = [
"xmpp-client" "xmpp-client"
"xmpp-server" "xmpp-server"
]; ];
} }
{ {
krebs.github-hosts-sync.enable = true; krebs.github-hosts-sync.enable = true;
tv.iptables.input-internet-accept-new-tcp = tv.iptables.input-internet-accept-tcp =
singleton config.krebs.github-hosts-sync.port; singleton config.krebs.github-hosts-sync.port;
} }
{ {
@ -57,7 +57,7 @@ with config.krebs.lib;
root ${pkgs.viljetic-pages}; root ${pkgs.viljetic-pages};
''); '');
}; };
tv.iptables.input-internet-accept-new-tcp = singleton "http"; tv.iptables.input-internet-accept-tcp = singleton "http";
} }
]; ];

View File

@ -22,12 +22,12 @@ in
{ {
tv.iptables = { tv.iptables = {
enable = true; enable = true;
input-internet-accept-new-tcp = [ input-internet-accept-tcp = [
"ssh" "ssh"
"tinc" "tinc"
"smtp" "smtp"
]; ];
input-retiolum-accept-new-tcp = [ input-retiolum-accept-tcp = [
"http" "http"
]; ];
}; };

View File

@ -76,7 +76,7 @@ with config.krebs.lib;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
slock slock
tinc tinc_pre
iptables iptables
vim vim
gimp gimp

View File

@ -22,12 +22,12 @@ in
{ {
tv.iptables = { tv.iptables = {
enable = true; enable = true;
input-internet-accept-new-tcp = [ input-internet-accept-tcp = [
"ssh" "ssh"
"tinc" "tinc"
"smtp" "smtp"
]; ];
input-retiolum-accept-new-tcp = [ input-retiolum-accept-tcp = [
"http" "http"
]; ];
}; };

View File

@ -38,7 +38,7 @@ with config.krebs.lib;
dic dic
file file
get get
gnupg21 gnupg1compat
haskellPackages.hledger haskellPackages.hledger
htop htop
jq jq
@ -153,7 +153,7 @@ with config.krebs.lib;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ethtool ethtool
tinc tinc_pre
iptables iptables
#jack2 #jack2
]; ];

View File

@ -49,7 +49,7 @@ with config.krebs.lib;
cac-api cac-api
dic dic
file file
gnupg21 gnupg1compat
haskellPackages.hledger haskellPackages.hledger
htop htop
jq jq
@ -163,7 +163,7 @@ with config.krebs.lib;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ethtool ethtool
tinc tinc_pre
iptables iptables
#jack2 #jack2

View File

@ -174,7 +174,7 @@ with config.krebs.lib;
{ type = "ed25519"; path = "/etc/ssh/ssh_host_ed25519_key"; } { type = "ed25519"; path = "/etc/ssh/ssh_host_ed25519_key"; }
]; ];
}; };
tv.iptables.input-internet-accept-new-tcp = singleton "ssh"; tv.iptables.input-internet-accept-tcp = singleton "ssh";
} }
{ {

View File

@ -4,5 +4,5 @@ with config.krebs.lib;
{ {
krebs.exim-retiolum.enable = true; krebs.exim-retiolum.enable = true;
tv.iptables.input-retiolum-accept-new-tcp = singleton "smtp"; tv.iptables.input-retiolum-accept-tcp = singleton "smtp";
} }

View File

@ -43,5 +43,5 @@ with config.krebs.lib;
{ from = "mirko"; to = "mv"; } { from = "mirko"; to = "mv"; }
]; ];
}; };
tv.iptables.input-internet-accept-new-tcp = singleton "smtp"; tv.iptables.input-internet-accept-tcp = singleton "smtp";
} }

View File

@ -12,6 +12,6 @@ with config.krebs.lib;
]; ];
}; };
tv.iptables = optionalAttrs config.krebs.nginx.enable { tv.iptables = optionalAttrs config.krebs.nginx.enable {
input-retiolum-accept-new-tcp = singleton "http"; input-retiolum-accept-tcp = singleton "http";
}; };
} }

View File

@ -11,5 +11,5 @@ with config.krebs.lib;
'') '')
]; ];
}; };
tv.iptables.input-internet-accept-new-tcp = singleton "http"; tv.iptables.input-internet-accept-tcp = singleton "http";
} }

View File

@ -1,4 +1,4 @@
{ config, lib, ... }: { config, lib, pkgs, ... }:
with config.krebs.lib; with config.krebs.lib;
@ -12,6 +12,8 @@ with config.krebs.lib;
"cd" "cd"
"ire" "ire"
]; ];
tincPackage = pkgs.tinc_pre;
}; };
tv.iptables.input-internet-accept-new-tcp = singleton "tinc"; tv.iptables.input-internet-accept-tcp = singleton "tinc";
tv.iptables.input-internet-accept-udp = singleton "tinc";
} }

View File

@ -17,12 +17,22 @@ let
default = "retiolum"; default = "retiolum";
}; };
input-internet-accept-new-tcp = mkOption { input-internet-accept-tcp = mkOption {
type = with types; listOf (either int str); type = with types; listOf (either int str);
default = []; default = [];
}; };
input-retiolum-accept-new-tcp = mkOption { input-internet-accept-udp = mkOption {
type = with types; listOf (either int str);
default = [];
};
input-retiolum-accept-tcp = mkOption {
type = with types; listOf (either int str);
default = [];
};
input-retiolum-accept-udp = mkOption {
type = with types; listOf (either int str); type = with types; listOf (either int str);
default = []; default = [];
}; };
@ -83,8 +93,8 @@ let
ip4tables = "-p icmp -m icmp --icmp-type echo-request -j ACCEPT"; ip4tables = "-p icmp -m icmp --icmp-type echo-request -j ACCEPT";
ip6tables = "-p ipv6-icmp -m icmp6 --icmpv6-type echo-request -j ACCEPT"; ip6tables = "-p ipv6-icmp -m icmp6 --icmpv6-type echo-request -j ACCEPT";
}."ip${toString iptables-version}tables"; }."ip${toString iptables-version}tables";
accept-new-tcp = port: accept-tcp = port: "-p tcp -m tcp --dport ${port} -j ACCEPT";
"-p tcp -m tcp --dport ${port} -m conntrack --ctstate NEW -j ACCEPT"; accept-udp = port: "-p udp -m udp --dport ${port} -j ACCEPT";
in in
pkgs.writeText "tv-iptables-rules${toString iptables-version}" '' pkgs.writeText "tv-iptables-rules${toString iptables-version}" ''
*nat *nat
@ -112,13 +122,15 @@ let
"-i lo -j ACCEPT" "-i lo -j ACCEPT"
] ]
++ optional (cfg.accept-echo-request == "internet") accept-echo-request ++ optional (cfg.accept-echo-request == "internet") accept-echo-request
++ map accept-new-tcp (unique (map toString cfg.input-internet-accept-new-tcp)) ++ map accept-tcp (unique (map toString cfg.input-internet-accept-tcp))
++ map accept-udp (unique (map toString cfg.input-internet-accept-udp))
++ ["-i retiolum -j Retiolum"] ++ ["-i retiolum -j Retiolum"]
)} )}
${formatTable cfg.extra.filter} ${formatTable cfg.extra.filter}
${concatMapStringsSep "\n" (rule: "-A Retiolum ${rule}") ([] ${concatMapStringsSep "\n" (rule: "-A Retiolum ${rule}") ([]
++ optional (cfg.accept-echo-request == "retiolum") accept-echo-request ++ optional (cfg.accept-echo-request == "retiolum") accept-echo-request
++ map accept-new-tcp (unique (map toString cfg.input-retiolum-accept-new-tcp)) ++ map accept-tcp (unique (map toString cfg.input-retiolum-accept-tcp))
++ map accept-udp (unique (map toString cfg.input-retiolum-accept-udp))
++ { ++ {
ip4tables = [ ip4tables = [
"-p tcp -j REJECT --reject-with tcp-reset" "-p tcp -j REJECT --reject-with tcp-reset"

View File

@ -16,6 +16,10 @@
erlang = pkgs.erlangR16; erlang = pkgs.erlangR16;
}; };
ff = pkgs.callPackage ./ff {}; ff = pkgs.callPackage ./ff {};
gnupg =
if elem config.krebs.build.host.name ["xu" "wu"]
then super.gnupg21
else super.gnupg;
q = pkgs.callPackage ./q {}; q = pkgs.callPackage ./q {};
viljetic-pages = pkgs.callPackage ./viljetic-pages {}; viljetic-pages = pkgs.callPackage ./viljetic-pages {};
xmonad-tv = import ./xmonad-tv.nix { inherit pkgs; }; xmonad-tv = import ./xmonad-tv.nix { inherit pkgs; };