mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: enable ipv4 forward explicitly
This commit is contained in:
parent
cde4da7e51
commit
a4fdeb37ea
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
|
||||
networking.hostId = config.repo.secrets.local.networking.hostId;
|
||||
|
||||
globals.monitoring.ping.ward = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue