mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
mail: perform migration
This commit is contained in:
parent
a7d8d21afa
commit
f459d15e48
3 changed files with 4 additions and 2 deletions
|
@ -7,5 +7,7 @@ in {
|
||||||
|
|
||||||
mailserver = {
|
mailserver = {
|
||||||
inherit fqdn;
|
inherit fqdn;
|
||||||
|
|
||||||
|
stateVersion = 3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,7 +47,5 @@ in {
|
||||||
|
|
||||||
hashedPasswordFile = config.secrets.mailPassword.path;
|
hashedPasswordFile = config.secrets.mailPassword.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
stateVersion = 2;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue