bvm-nixosmgmt: enable forwarding
This commit is contained in:
parent
4c5f3f2d38
commit
02bd3e4d31
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue