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, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
networking = {
|
||||||
|
firewall = {
|
||||||
|
allowedTCPPorts = [
|
||||||
|
9991
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
nix-ld = {
|
nix-ld = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -62,6 +70,7 @@
|
||||||
appimage-run
|
appimage-run
|
||||||
nodejs_24
|
nodejs_24
|
||||||
foot
|
foot
|
||||||
|
ttyd
|
||||||
];
|
];
|
||||||
|
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue