feat(website): change URL for NixOS server module

This commit is contained in:
Elian Doran 2025-09-27 16:30:25 +03:00
parent 0da336c8e1
commit fe8099d8d1
No known key found for this signature in database

View File

@ -130,7 +130,7 @@ export const downloadMatrix: DownloadMatrix = {
}, },
nixos: { nixos: {
name: "NixOS module", name: "NixOS module",
url: "https://search.nixos.org/options?query=trilium-server" url: "https://docs.triliumnotes.org/User%20Guide/User%20Guide/Installation%20&%20Setup/Server%20Installation/1.%20Installing%20the%20server/On%20NixOS"
} }
} }
}, },