Fixup Databases
This commit is contained in:
@@ -76,8 +76,8 @@ in {
|
||||
# generate video thumbnails with preview generator
|
||||
ffmpeg_5-headless
|
||||
# required for recognize app
|
||||
nodejs-14_x # runtime and installation requirement
|
||||
nodejs-14_x.pkgs.node-pre-gyp # installation requirement
|
||||
nodejs_20 # runtime and installation requirement
|
||||
nodejs_20.pkgs.node-pre-gyp # installation requirement
|
||||
util-linux # runtime requirement for taskset
|
||||
];
|
||||
};
|
||||
@@ -103,9 +103,7 @@ in {
|
||||
];
|
||||
ensureUsers = [{
|
||||
name = "nextcloud";
|
||||
ensurePermissions = {
|
||||
"DATABASE \"nextcloud\"" = "ALL PRIVILEGES";
|
||||
};
|
||||
ensureDBOwnership = true;
|
||||
ensureClauses = {
|
||||
createdb = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user