feat: Update stuff
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-03-09 16:54:14 +05:30
parent 0874bb6698
commit 3b23c25509
9 changed files with 88 additions and 67 deletions

View File

@@ -25,7 +25,7 @@
./llms.nix
./matrix
./monitoring.nix
./servius-website.nix
# ./servius-website.nix
# ./paperless.nix
./prowlarr.nix
# ./searxng.nix

View File

@@ -1,6 +1,7 @@
{
pkgs,
config,
inputs,
...
}: let
base_domain = "darksailor.dev";
@@ -19,16 +20,18 @@
pname = "cinny-unwrapped";
version = "4.10.5";
src = fetchFromGitHub {
owner = "cinnyapp";
repo = "cinny";
tag = "v${version}";
hash = "sha256-Napy3AcsLRDZPcBh3oq1U30FNtvoNtob0+AZtZSvcbM=";
};
# src = fetchFromGitHub {
# owner = "cinnyapp";
# repo = "cinny";
# rev = "dev";
# # tag = "v${version}";
# hash = "sha256-2qxmlj4IK6twDh27R6qMJDmYSfsWoofVGuRHxSP72f0=";
# };
src = inputs.cinny;
nodejs = nodejs_22;
npmDepsHash = "sha256-2Lrd0jAwAH6HkwLHyivqwaEhcpFAIALuno+MchSIfxo=";
npmDepsHash = "sha256-qyQ0SXkPSUES/tavKzPra0Q+ZnU9qHvkTC1JgAjL0o8=";
nativeBuildInputs = [
python3