homelab/machines/mail/configuration.nix
plasmagoat acc0dac234
Some checks failed
Test / tests (push) Has been cancelled
/ OpenTofu (push) Failing after 13s
tofu workflow
2025-07-21 22:33:04 +02:00

11 lines
192 B
Nix

{inputs, ...}: {
imports = [
./mailserver.nix
./networking.nix
inputs.simple-nixos-mailserver.nixosModule
];
deployment.tags = ["mail"];
system.stateVersion = "25.05";
}