misc fixes

This commit is contained in:
2024-10-07 21:46:36 -04:00
parent 2cb40a775c
commit 1c2dd9bcb0
7 changed files with 42 additions and 16 deletions

View File

@@ -2,8 +2,8 @@
description = "Flake for server muffin";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/master";
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/master";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
@@ -39,6 +39,7 @@
torrent = 6011;
minecraft = 25565;
gitea = 3281;
ollama = 11434;
};
https = {
@@ -76,6 +77,10 @@
data_dir = service_configs.services_dir + "/jellyfin";
cache_dir = service_configs.services_dir + "/jellyfin_cache";
};
ollama = {
data_dir = service_configs.services_dir + "/ollama";
};
};
in
{