nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9402edd2f3ed0305d85b83dc8fc9fb25f41400a4
parent ce8da295ce86863aa18a7d287889d2a41f521b7a
Author: Toni Brown <me@tb148.net>
Date:   Wed, 29 Apr 2026 23:15:45 +0800

enable nftables for remote

Diffstat:
Mremote/networking/default.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/remote/networking/default.nix b/remote/networking/default.nix @@ -2,5 +2,6 @@ imports = [./networkd/.]; networking.hostName = "hetznerion"; + networking.nftables.enable = true; networking.useDHCP = false; }