Skip to content

Commit

Permalink
Merge pull request #50442 from ryantm/mysql
Browse files Browse the repository at this point in the history
nixos/mysql: fix ensureUsers example formatting
  • Loading branch information
ryantm authored Nov 16, 2018
2 parents 7017816 + 23dfa4e commit f910fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/services/databases/mysql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -160,7 +160,7 @@ in
"*.*" = "SELECT, LOCK TABLES";
};
}
];
]'';
};

# FIXME: remove this option; it's a really bad idea.
Expand Down

0 comments on commit f910fd4

Please sign in to comment.