14 lines
No EOL
242 B
Nix
14 lines
No EOL
242 B
Nix
{ ... }:
|
|
let
|
|
ensureAccountsWithoutIMAP = [
|
|
"test@lasuite.federez.net"
|
|
];
|
|
in
|
|
{
|
|
# Import dependencies
|
|
imports = [
|
|
./mail/maddy.nix
|
|
];
|
|
|
|
_module.args.ensureAccountsWithoutIMAP = ensureAccountsWithoutIMAP;
|
|
} |