about summary refs log tree commit diff
path: root/machines/profpatsch/base-server.toml
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-11-01 19:29:10 +0100
committerProfpatsch <mail@profpatsch.de>2022-11-01 19:29:50 +0100
commitc8470ed39e05452df71eb8f67f45cf349dc9df5c (patch)
treeb5ae1a7a2f97a0fef98ab9c3d180789231468930 /machines/profpatsch/base-server.toml
parent69cbbb8302123cd22b7752b63d15f79843b4b6b4 (diff)
machines/profpatsch: disable ipv6 on all servers
Diffstat (limited to 'machines/profpatsch/base-server.toml')
-rw-r--r--machines/profpatsch/base-server.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/profpatsch/base-server.toml b/machines/profpatsch/base-server.toml
index 7081b0ad..8db3f0f9 100644
--- a/machines/profpatsch/base-server.toml
+++ b/machines/profpatsch/base-server.toml
@@ -20,6 +20,9 @@ enable = true
   addr = "0.0.0.0"
   port._configVariable.server = "sshPort"
 
+[networking]
+enableIPv6 = false
+
 [networking.firewall]
 enable = true
 allowPing = true