bvm-nixosmgmt: enable forwarding

This commit is contained in:
Luke Granger-Brown 2021-07-17 08:41:34 +00:00
parent 4c5f3f2d38
commit 02bd3e4d31

View file

@ -10,6 +10,8 @@
];
# Networking!
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = 1;
networking = {
hostName = "bvm-nixosmgmt";
hostId = "49b0fbc7";