NixOS-Config/nixos/server/package-configs/default.nix

22 lines
231 B
Nix
Raw Normal View History

2024-02-07 13:50:03 +01:00
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./conduit
2024-02-07 13:50:03 +01:00
./forgejo
./gotosocial
./mail-server
./nextcloud
./postgres
./roundcube
2024-03-24 21:03:17 +01:00
./coturn
2024-03-26 14:13:35 +01:00
./dashboard
2024-03-31 22:06:47 +02:00
./cinny
2024-02-07 13:50:03 +01:00
];
}