aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/flake.nix b/example/flake.nix
index 0479e01..cc91ec9 100644
--- a/example/flake.nix
+++ b/example/flake.nix
@@ -86,7 +86,7 @@
86 { from = "host"; host.port = 5432; guest.port = 5432; } # postgres 86 { from = "host"; host.port = 5432; guest.port = 5432; } # postgres
87 ]; 87 ];
88 88
89 virtualisation.restrictNetwork = true; # allow internet access 89 virtualisation.restrictNetwork = true; # disallow internet access
90 90
91 services.postgresql = { 91 services.postgresql = {
92 enable = true; 92 enable = true;