about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-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;