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 = [
|
||||
{
|
||||
name = "headscale";
|
||||
ensurePermissions = {
|
||||
"DATABASE headscale" = "ALL PRIVILEGES";
|
||||
};
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue