fix: set up ipv4 forwarding

This commit is contained in:
2026-02-06 15:05:29 +01:00
parent a2a7c3c5a0
commit 3a1997f0c4

View File

@@ -35,6 +35,8 @@ in
];
};
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
users.users = {
root.hashedPassword = "!";
${username} = {