diff --git a/flake.nix b/flake.nix index 711dab7..29df976 100644 --- a/flake.nix +++ b/flake.nix @@ -594,6 +594,8 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.kernelPackages = pkgs.linuxPackages_latest; + boot.kernel.sysctl."net.ipv4.ip_forward" = 1; + boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = 1; networking.hostName = "nixos4800H"; # Define your hostname. programs.fuse.userAllowOther = true;