summaryrefslogtreecommitdiffstats
path: root/3modules
diff options
context:
space:
mode:
Diffstat (limited to '3modules')
-rw-r--r--3modules/lass/iptables.nix2
-rw-r--r--3modules/tv/identity.nix6
2 files changed, 7 insertions, 1 deletions
diff --git a/3modules/lass/iptables.nix b/3modules/lass/iptables.nix
index c97b9f730..8c6ad3fa1 100644
--- a/3modules/lass/iptables.nix
+++ b/3modules/lass/iptables.nix
@@ -106,7 +106,7 @@ let
buildChain = tn: cn:
let
- sortedRules = sort (a: b: a.precedence < b.precedence) ts."${tn}"."${cn}".rules;
+ sortedRules = sort (a: b: a.precedence > b.precedence) ts."${tn}"."${cn}".rules;
in
#TODO: double check should be unneccessary, refactor!
diff --git a/3modules/tv/identity.nix b/3modules/tv/identity.nix
index 584b27165..9a83908a6 100644
--- a/3modules/tv/identity.nix
+++ b/3modules/tv/identity.nix
@@ -55,6 +55,12 @@ let
retiolum = "hosts";
de.viljetic = "regfish";
de.krebsco = "ovh";
+ de.habsys = "hosts";
+ de.pixelpocket = "hosts";
+ de.karlaskop = "hosts";
+ de.ubikmedia = "hosts";
+ de.apanowicz = "hosts";
+ de.aidsballs = "hosts";
};
# splitByProvider : [alias] -> set providername [alias]