diff options
| -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" |
