feat(nixosModules/secrets): add secrets for librechat:

This commit is contained in:
Mohammad Rafiq 2025-05-29 20:15:31 +08:00
parent 4c6097903f
commit 68b200175f
No known key found for this signature in database
3 changed files with 20 additions and 3 deletions

View file

@ -1,5 +1,6 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
environment.systemPackages = [ pkgs.librechat ];
system = {
hostname = "nemesis";
mainUser.name = "rafiq";