diff options
author | pacien | 2023-09-21 21:22:26 +0200 |
---|---|---|
committer | pacien | 2023-09-21 21:22:26 +0200 |
commit | 527500f74dfbde992ce9fdc35994b6a1ed312ed2 (patch) | |
tree | 27e60bc22502439bf626fea0ade2216a19675eb7 /example | |
parent | df789547acc0a9f5f3f4bf93a6e6a9cf9877d74b (diff) | |
download | flaky-utils-527500f74dfbde992ce9fdc35994b6a1ed312ed2.tar.gz |
example: fix comment for restrictNetwork
Diffstat (limited to 'example')
-rw-r--r-- | example/flake.nix | 2 |
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; |