nixos-systems/roles/corp.nix
Eli Ribble 7ac27f6a94
Re-enable glitchtip
See if the latest version has slightly fewer problems :/
2026-01-26 02:57:45 +00:00

19 lines
455 B
Nix

{ config, lib, pkgs, ... }: {
myModules = {
authentik.enable = true;
caddy.enable = true;
cloudreve.enable = true;
collabora.enable = true;
glitchtip.enable = true;
element-web.enable = true;
label-studio.enable = true;
librechat.enable = true;
minio.enable = true;
restic.role = "corp";
static-websites.enable = true;
synapse.enable = true;
timecardbot.enable = true;
twenty-crm.enable = true;
vikunja.enable = true;
};
}