about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2024-02-14 14:17:35 +0100
committerProfpatsch <mail@profpatsch.de>2024-02-14 14:36:27 +0100
commit03a8acd398799d1a13c24e6be4926ee8d20b23a1 (patch)
treeeb3e3abf45bd5442d0514905a9674b27e9a3f303
parent9ccc64cc340af12b1f36c8c9784667b936be46c3 (diff)
machines/Profpatsch: nopev6
-rw-r--r--machines/profpatsch/base-workstation.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index b0842a2e..ac85398b 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -17,6 +17,8 @@ in {
     time.timeZone = "Europe/Berlin";
 
     networking = {
+      # it will be ready when it’s ready,,
+      enableIPv6 = false;
       # better for untrusted networks
       firewall = {
         enable = true;