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