updates
This commit is contained in:
parent
c51ea11b2e
commit
4015310d8f
1 changed files with 9 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue