aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/configuration.nix')
-rw-r--r--nix/modules/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/configuration.nix b/nix/modules/configuration.nix
index 8127759..3c12962 100644
--- a/nix/modules/configuration.nix
+++ b/nix/modules/configuration.nix
@@ -181,7 +181,7 @@
# wifi.macAddress = "";
};
firewall = {
- allowedTCPPorts = [ ];
+ allowedTCPPorts = [ 11434 ];
allowedUDPPorts = [ ];
};
};