setup stuff for wireguard server/clients

This commit is contained in:
2024-02-04 18:33:09 +01:00
parent 712dea6554
commit a749063f0f
5 changed files with 5 additions and 3 deletions

View File

@@ -20,6 +20,7 @@
boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only
boot.kernel.sysctl = {
"net.ipv6.conf.all.forwarding" = 1;
"net.ipv4.ip_forward" = 1;
};
networking.hostName = "junk"; # Define your hostname.