summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-06-17 09:50:53 +0200
committermakefu <github@syntax-fehler.de>2020-06-17 09:50:53 +0200
commitafa75b6e2e05e4d68137610a93a86bd0bc48fd11 (patch)
tree14b355cf39018459604265a3c564280bb56386e8 /2configs
parentd53b0e21a4adc016ccea10ecb3fc597826ab6368 (diff)
ma legacy_v4: this is a sad day
Diffstat (limited to '2configs')
-rw-r--r--2configs/legacy_v4.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/2configs/legacy_v4.nix b/2configs/legacy_v4.nix
new file mode 100644
index 000000000..3d40471ba
--- /dev/null
+++ b/2configs/legacy_v4.nix
@@ -0,0 +1,8 @@
+{ networking.enableIPv6 = false;
+ boot.kernel.sysctl = {
+ "net.ipv6.conf.all.disable_ipv6" = 1;
+ "net.ipv6.conf.default.disable_ipv6" = 1;
+ "net.ipv6.conf.lo.disable_ipv6" = 1;
+ };
+ boot.kernelParams = [ "ipv6.disable=1" ];
+}
[cgit] Unable to lock slot /tmp/cgit/57300000.lock: No such file or directory (2)