headscale: use new ensureDBOwnership option
This commit is contained in:
parent
4d06461aa9
commit
00f8dc3298
1 changed files with 1 additions and 3 deletions
|
@ -46,9 +46,7 @@ in
|
||||||
ensureUsers = [
|
ensureUsers = [
|
||||||
{
|
{
|
||||||
name = "headscale";
|
name = "headscale";
|
||||||
ensurePermissions = {
|
ensureDBOwnership = true;
|
||||||
"DATABASE headscale" = "ALL PRIVILEGES";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue