Merge pull request #50442 from ryantm/mysql

nixos/mysql: fix ensureUsers example formatting
This commit is contained in:
Ryan Mulligan
2018-11-15 19:43:41 -08:00
committed by GitHub

View File

@@ -147,7 +147,7 @@ in
option is changed. This means that users created and permissions assigned once through this option or
otherwise have to be removed manually.
'';
example = [
example = literalExample ''[
{
name = "nextcloud";
ensurePermissions = {
@@ -160,7 +160,7 @@ in
"*.*" = "SELECT, LOCK TABLES";
};
}
];
]'';
};
# FIXME: remove this option; it's a really bad idea.