aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2023-09-21 21:22:26 +0200
committerpacien2023-09-21 21:22:26 +0200
commit527500f74dfbde992ce9fdc35994b6a1ed312ed2 (patch)
tree27e60bc22502439bf626fea0ade2216a19675eb7
parentdf789547acc0a9f5f3f4bf93a6e6a9cf9877d74b (diff)
downloadflaky-utils-527500f74dfbde992ce9fdc35994b6a1ed312ed2.tar.gz
example: fix comment for restrictNetwork
-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;