nixos-systems/modules/system/default.nix
Eli Ribble 9683488ef9 Add initial draft of twenty-crm
Not sure if any of it works, this is a checkpoint to debug other things.
2025-10-22 18:17:13 +00:00

31 lines
485 B
Nix

{
imports = [
./authentik.nix
./authentik-backup.nix
./base.nix
./caddy.nix
./cloud-init.nix
./collabora.nix
./cloudreve.nix
./do-agent.nix
./frps.nix
./glitchtip
./element-web.nix
#./fieldseeker-sync.nix
./fish.nix
./label-studio.nix
./librechat.nix
./minio.nix
./openssh.nix
./podman.nix
./restic
./sillytavern.nix
./static-websites.nix
./sudo.nix
./synapse.nix
./timecardbot.nix
./tmux.nix
./twenty-crm.nix
./vikunja.nix
];
}