3
0
Fork 0
forked from mirrors/nixpkgs

nixos/mysql: fix ensureUsers example formatting

closes #50441
This commit is contained in:
Ryan Mulligan 2018-11-15 17:46:09 -08:00
parent 5dea8fa3e7
commit 23dfa4e073

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.