summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/surtr/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index 70a825a4..2a3e6bb0 100644
--- a/hosts/surtr/default.nix
+++ b/hosts/surtr/default.nix
@@ -87,6 +87,12 @@
87 }; 87 };
88 }; 88 };
89 }; 89 };
90 boot.kernel.sysctl = {
91 "net.ipv6.conf.all.forwarding" = true;
92 "net.ipv6.conf.default.forwarding" = true;
93 "net.ipv4.conf.all.forwarding" = true;
94 "net.ipv4.conf.default.forwarding" = true;
95 };
90 96
91 services.timesyncd.enable = false; 97 services.timesyncd.enable = false;
92 services.chrony = { 98 services.chrony = {