diff --git a/modules/common/default.nix b/modules/common/default.nix index bc983c1..c27155f 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -23,6 +23,7 @@ in time.timeZone = "Europe/Zurich"; networking = { + enableIPv6 = false; firewall.allowedTCPPorts = [ 22 ]; # firewall.allowedUDPPorts = [ ... ]; };