summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2019-12-30 10:41:34 -0700
committerKenny Ballou <kballou@devnulllabs.io>2020-01-06 09:03:34 -0700
commit250ea5b650fa538ba60fde7618c3004c420b3665 (patch)
tree2bf1b1b7b34275b0c64efb65d7a8393911c6b995
parent29551735de27e3785d1b7a790c8901f21763f9a4 (diff)
downloadcfg.nix-250ea5b650fa538ba60fde7618c3004c420b3665.tar.gz
cfg.nix-250ea5b650fa538ba60fde7618c3004c420b3665.tar.xz
orobas: blacklist the iptables module
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
-rw-r--r--orobas/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/orobas/configuration.nix b/orobas/configuration.nix
index b0a35c3..0ac3044 100644
--- a/orobas/configuration.nix
+++ b/orobas/configuration.nix
@@ -35,6 +35,10 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
+ boot.blacklistedKernelModules = [
+ "ip_tables"
+ ];
+
networking.hostName = "orobas"; # Define your hostname.
# Enable CUPS to print documents.