about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-12-30 16:59:09 +0100
committerMel <einebeere@gmail.com>2024-12-30 16:59:09 +0100
commitcee0ef5f36f3c098dc65f863cdbf30a6e092935d (patch)
tree882f37fccef7f3469918669b23b59f43d404506c
parent53a5856fa82846ac9b4daf4465758d15edd63cd1 (diff)
downloadspecimen-cee0ef5f36f3c098dc65f863cdbf30a6e092935d.tar.zst
specimen-cee0ef5f36f3c098dc65f863cdbf30a6e092935d.zip
Enable nftables as preparation for LXC Incus
Signed-off-by: Mel <einebeere@gmail.com>
-rw-r--r--configuration/devices.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration/devices.nix b/configuration/devices.nix
index d2ffc0a..de787dd 100644
--- a/configuration/devices.nix
+++ b/configuration/devices.nix
@@ -8,6 +8,7 @@
 
   networking = {
     useDHCP = false;
+    nftables.enable = true;
     # these are Hetzner's DNS servers.
     nameservers = [
       "185.12.64.1"