nixos/modules/services/default.nix

11 lines
98 B
Nix

{ ... }:
{
imports = [
./acme.nix
./coturn.nix
./nginx.nix
./restic.nix
];
}