Remove pixelfed and photoprism
This commit is contained in:
parent
7a85fe7770
commit
16f158898f
4 changed files with 2 additions and 42 deletions
|
@ -6,7 +6,6 @@
|
|||
dataDir = "/var/lib/mysql";
|
||||
ensureDatabases = [
|
||||
"minecraft"
|
||||
"photoprism"
|
||||
];
|
||||
ensureUsers = [
|
||||
{
|
||||
|
@ -15,12 +14,6 @@
|
|||
"minecraft.*" = "ALL PRIVILEGES";
|
||||
};
|
||||
}
|
||||
{
|
||||
name = "photoprism";
|
||||
ensurePermissions = {
|
||||
"photoprism.*" = "ALL PRIVILEGES";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue