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} = {