This commit is contained in:
RingOfStorms (Joshua Bell) 2025-09-26 21:58:10 -05:00
parent c51ea11b2e
commit 4015310d8f

View file

@ -35,6 +35,14 @@
(
{ config, pkgs, ... }:
{
networking = {
firewall = {
allowedTCPPorts = [
9991
];
};
};
programs = {
nix-ld = {
enable = true;
@ -62,6 +70,7 @@
appimage-run
nodejs_24
foot
ttyd
];
services.ollama = {