1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 10:07:44 +00:00

mail: perform migration

This commit is contained in:
RGBCube 2025-06-23 01:46:14 +03:00
parent a7d8d21afa
commit f459d15e48
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 4 additions and 2 deletions

View file

@ -7,5 +7,7 @@ in {
mailserver = { mailserver = {
inherit fqdn; inherit fqdn;
stateVersion = 3;
}; };
} }

View file

@ -10,5 +10,7 @@ in {
# Not [ domain ] because this is a backup mailserver. contact@mail2.rgbcu.be. # Not [ domain ] because this is a backup mailserver. contact@mail2.rgbcu.be.
domains = [ fqdn ]; domains = [ fqdn ];
stateVersion = 3;
}; };
} }

View file

@ -47,7 +47,5 @@ in {
hashedPasswordFile = config.secrets.mailPassword.path; hashedPasswordFile = config.secrets.mailPassword.path;
}; };
stateVersion = 2;
}; };
} }