diff options
Diffstat (limited to 'hosts/cloud/span/mail.nix')
-rw-r--r-- | hosts/cloud/span/mail.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/cloud/span/mail.nix b/hosts/cloud/span/mail.nix index 69be6a9..beee817 100644 --- a/hosts/cloud/span/mail.nix +++ b/hosts/cloud/span/mail.nix @@ -4,6 +4,7 @@ ... }: { mailserver = { + stateVersion = 3; enable = true; fqdn = "mail.spandrell.ch"; domains = ["spandrell.ch"]; |