1
0
Fork 0

headscale: use new ensureDBOwnership option
All checks were successful
Build / build-arm64-linux (push) Successful in 10m13s
Build / build-amd64-linux (push) Successful in 58m52s

This commit is contained in:
Daniel Kempkens 2023-11-20 22:00:10 +01:00
parent 4d06461aa9
commit 00f8dc3298
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -46,9 +46,7 @@ in
ensureUsers = [
{
name = "headscale";
ensurePermissions = {
"DATABASE headscale" = "ALL PRIVILEGES";
};
ensureDBOwnership = true;
}
];
};