1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Make root superuser

This commit is contained in:
RGBCube 2024-02-06 16:02:48 +03:00
parent 58f99a156c
commit 76fdb43ff8
No known key found for this signature in database

View file

@ -47,6 +47,13 @@
} }
{ {
name = "root"; name = "root";
ensureClauses = {
createdb = true;
createrole = true;
login = true;
replication = true;
superuser = true;
};
} }
]; ];