diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-03 02:59:16 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-03 02:59:16 -0800 |
commit | d6efefc1d9e6b9fd515c5cb5f2a077e05caeaab7 (patch) | |
tree | 16228e6842ade232308754c7b55fff3f46b4205f /nix/modules/configuration.nix | |
parent | 9e4f938d03c72bdcd81b020ab5276b969023a7e3 (diff) |
update nixos configuration to have ssh key for live iso; new journal entry
Diffstat (limited to 'nix/modules/configuration.nix')
-rw-r--r-- | nix/modules/configuration.nix | 2 |
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 = [ ]; }; }; |