nixos-systems/modules/system/default.nix
Eli Ribble bf861cca28
Initial add of pgadmin to nidus systems
This is to allow Ben to do his own delving into the data we have
2026-05-08 16:35:49 +00:00

39 lines
613 B
Nix

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