feat(nixosModules/secrets): add secrets for librechat:
This commit is contained in:
parent
4c6097903f
commit
68b200175f
3 changed files with 20 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.librechat ];
|
||||
system = {
|
||||
hostname = "nemesis";
|
||||
mainUser.name = "rafiq";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue