nixos-systems/modules/system/default.nix
Eli Ribble 888a4ad65d Add module for sillytavern.
I'm probably not going to use it, and prefer librechat instead.
I mostly gave up on it because I couldn't make heads-nor-tails of their
SSO settings. It just says "authelia=true" - that's not enough to
configure any SSO, even Authelia.

I probably misunderstand what Sillytavern fundamentally is.
2025-07-21 18:51:32 +00:00

22 lines
316 B
Nix

{
imports = [
./authentik.nix
./base.nix
./caddy.nix
./cloud-init.nix
./collabora.nix
./cloudreve.nix
./do-agent.nix
./element-web.nix
./fish.nix
./openssh.nix
./podman.nix
./seafile.nix
./sillytavern.nix
./sudo.nix
./synapse.nix
./timecardbot.nix
./tmux.nix
./vikunja.nix
];
}