nix-infra/config/hosts/mail-1/default.nix

8 lines
90 B
Nix
Raw Normal View History

2024-11-20 05:46:40 +01:00
{ ... }:
{
imports = [
./configuration.nix
./simple-nixos-mailserver.nix
2024-11-20 05:46:40 +01:00
];
}