From af8238782fd0408b0f5c81cd3d0e4690373ea347 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 25 Aug 2023 02:20:37 +0200 Subject: example: add network access option in example --- example/flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/flake.nix b/example/flake.nix index 3268b81..86accf7 100644 --- a/example/flake.nix +++ b/example/flake.nix @@ -82,6 +82,8 @@ { from = "host"; host.port = 5432; guest.port = 5432; } # postgres ]; + virtualisation.restrictNetwork = true; # allow internet access + services.postgresql = { enable = true; enableTCPIP = true; -- cgit v1.2.3