1
1
Fork 1
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:
oddlama 2024-08-01 01:52:05 +02:00
parent 95818b6fcf
commit 198f78622a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
40 changed files with 38 additions and 258 deletions

View file

@ -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 = {