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

25 lines
282 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
2024-04-05 23:42:35 +02:00
./phanpy
2024-02-07 13:50:03 +01:00
./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-08-17 14:48:47 +02:00
#./firefox-sync
./writefreely
2024-02-07 13:50:03 +01:00
];
}