summary refs log tree commit diff
path: root/host/Rory-nginx/services/containers/pluralcontactbotpoc/root.nix
blob: 11d0be3e75511b27a5708393e95cbf2140b772b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ ... }:

{
  imports = [
    ./services/nginx.nix
    ./services/conduit.nix
    ./services/pantalaimon.nix
  ];

}