mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-06-07 19:07:50 +05:00
docs/howto-develop: fix stateVersion assertion example
This commit is contained in:
parent
145afc5393
commit
c9f61e02ae
@ -85,7 +85,7 @@ section on the migration page in the documentation.
|
|||||||
{
|
{
|
||||||
assertions = [
|
assertions = [
|
||||||
{
|
{
|
||||||
assertion = config.mailserver.stateVersion < 1;
|
assertion = config.mailserver.stateVersion >= 1;
|
||||||
message = ''
|
message = ''
|
||||||
Problem: The home directory for the foobar service is snafu.
|
Problem: The home directory for the foobar service is snafu.
|
||||||
Remediation:
|
Remediation:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user