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

18 lines
233 B
Nix
Raw Permalink Normal View History

{...}: {
2024-02-07 13:50:03 +01:00
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
#./cinny
2024-08-17 14:48:47 +02:00
#./firefox-sync
./writefreely
2024-02-07 13:50:03 +01:00
];
}