11 lines
139 B
Nix
11 lines
139 B
Nix
{
|
|
disabledModules = [
|
|
"services/davmail.nix"
|
|
"services/mbsync.nix"
|
|
];
|
|
|
|
imports = [
|
|
./davmail.nix
|
|
./mbsync.nix
|
|
];
|
|
}
|