hackens-org-configurations/hosts/hackens-org/modules/default.nix

11 lines
128 B
Nix
Raw Normal View History

2022-03-31 09:36:51 +02:00
{ pkgs, ... }:
{
imports = [
./my.nix
./acme-ssl.nix
./staticWebsite.nix
./nginx.nix
2022-04-02 15:47:36 +02:00
./webhook.nix
2022-03-31 09:36:51 +02:00
];
}