15 lines
246 B
Nix
15 lines
246 B
Nix
{ inputs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
inputs.mailserver.nixosModule
|
|
./caddy.nix
|
|
./configuration.nix
|
|
./hardware-configuration.nix
|
|
./headscale.nix
|
|
./mailserver.nix
|
|
./network.nix
|
|
./vaultwarden.nix
|
|
../../common
|
|
];
|
|
}
|