From d6efefc1d9e6b9fd515c5cb5f2a077e05caeaab7 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 3 Feb 2025 02:59:16 -0800 Subject: update nixos configuration to have ssh key for live iso; new journal entry --- nix/modules/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/modules/configuration.nix') 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 = [ ]; }; }; -- cgit