fix: set up ipv4 forwarding

This commit is contained in:
2026-03-11 21:25:32 +01:00
committed by hektor
parent e16b55d155
commit 7155c9d126
+2
View File
@@ -35,6 +35,8 @@ in
];
};
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
users.users = {
root.hashedPassword = "!";
${username} = {