From c8bdbbda8b154ba690924a912f6e5485a5af20a9 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 3 Oct 2022 20:20:05 +0200 Subject: [PATCH] fuuko: Unlock over v4 again Some people think that not offering IPv6 in 2022 is acceptable. --- machines/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/default.nix b/machines/default.nix index 4f219ec..ef9167f 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -30,7 +30,6 @@ in ]; targetHost = "fuuko.home.sbruder.de"; - unlockOverV4 = false; # gets slaac ipv6 address from router }; mayushii = { system = "x86_64-linux";