diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-18 17:32:18 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-18 17:32:18 +0100 |
| commit | 9e175f0f102e63ad8b8639003ea3f3072b30613f (patch) | |
| tree | 4ace982248814021b35da0f86e50861382efa0cf /modules/by-name/co/constants/module.nix | |
| parent | flake: Update (diff) | |
| download | nixos-server-9e175f0f102e63ad8b8639003ea3f3072b30613f.zip | |
modules/mail: Apply migrations and set initial stateVersion
The server is already migrated, as such we should also try to apply this update in the very near future.
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/co/constants/module.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/by-name/co/constants/module.nix b/modules/by-name/co/constants/module.nix index fa9ce17..3de9608 100644 --- a/modules/by-name/co/constants/module.nix +++ b/modules/by-name/co/constants/module.nix @@ -54,6 +54,7 @@ redis-sharkey = 340; grocy = 341; anubis = 342; + postfix-tlspol = 343; # As per the NixOS file, the uids should not be greater or equal to 400; }; @@ -77,6 +78,7 @@ nscd opendkim peertube + postfix-tlspol redis-mastodon redis-nextcloud redis-peertube |
