From 3a1997f0c4db695704efdda3152d50707284a8c8 Mon Sep 17 00:00:00 2001 From: hektor Date: Fri, 6 Feb 2026 15:05:29 +0100 Subject: [PATCH] fix: set up ipv4 forwarding --- hosts/eetion/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/eetion/default.nix b/hosts/eetion/default.nix index 86e1812..711d218 100644 --- a/hosts/eetion/default.nix +++ b/hosts/eetion/default.nix @@ -35,6 +35,8 @@ in ]; }; + boot.kernel.sysctl."net.ipv4.ip_forward" = 1; + users.users = { root.hashedPassword = "!"; ${username} = {