mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: consolidate catch all mailboxes for easier use
This commit is contained in:
parent
95818b6fcf
commit
198f78622a
40 changed files with 38 additions and 258 deletions
|
@ -108,11 +108,6 @@ in {
|
|||
}));
|
||||
};
|
||||
|
||||
salt = mkOption {
|
||||
type = types.str;
|
||||
description = "A salt value to use for hashes. Not secret, but also not public so you sneaky little buggers can't brute force my mail domains.";
|
||||
};
|
||||
|
||||
services = mkOption {
|
||||
type = types.attrsOf (types.submodule {
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue