diff options
| author | Mel <einebeere@gmail.com> | 2024-12-30 16:59:09 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-30 16:59:09 +0100 |
| commit | cee0ef5f36f3c098dc65f863cdbf30a6e092935d (patch) | |
| tree | 882f37fccef7f3469918669b23b59f43d404506c | |
| parent | 53a5856fa82846ac9b4daf4465758d15edd63cd1 (diff) | |
| download | specimen-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.nix | 1 |
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" |
