summaryrefslogtreecommitdiff
path: root/phenex
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2019-11-18 23:17:01 -0700
committerKenny Ballou <kballou@devnulllabs.io>2019-11-18 23:17:01 -0700
commit95db843e3d6bc54788e852b232d2aec0716be22f (patch)
treee9861706dfcc73fd095be15d2466f5ac1e6d7594 /phenex
parent1909c4fb50a893a4940e46e1e166b62fb0d59fdc (diff)
downloadcfg.nix-95db843e3d6bc54788e852b232d2aec0716be22f.tar.gz
cfg.nix-95db843e3d6bc54788e852b232d2aec0716be22f.tar.xz
phenex: module blacklist iptables
This may be an eaiser alternative to attempting to compile out `iptables` (as was done on Gentoo machines). Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'phenex')
-rw-r--r--phenex/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/phenex/configuration.nix b/phenex/configuration.nix
index 49a0671..4033948 100644
--- a/phenex/configuration.nix
+++ b/phenex/configuration.nix
@@ -40,6 +40,9 @@
"/dev/disk/by-id/wwn-0x5002538e40de02bf"
];
boot.initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/64dbda22-7a05-4d1c-a64b-bbbc779f1bdc";
+ boot.blacklistedKernelModules = [
+ "iptables"
+ ];
networking.hostName = "phenex";